davidtjones / melee-env

A gym-esque environment for Super Smash Bros. Melee.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for characters other than Fox

davidtjones opened this issue · comments

Currently every agent will be forced to choose Fox. It should be simple to designate which character the agent should choose by passing a parameter to the agent at initialization, e.g.,

agent = Random(enums.Characters.KIRBY, 4)