Kautenja / gym-super-mario-bros

An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES
Other
678 stars 133 forks source link

Human Demonstrations #84

Closed ZeroMaxinumXZ closed 5 years ago

ZeroMaxinumXZ commented 5 years ago

Is your feature request related to a problem? Please describe.

I'd like to be able to use a human gym_super_mario demonstration for my agent, but there seems to be no way to do so officially.

Describe the solution you'd like

I'd like the cmd line tool to be able to save the state space as well as expert actions into a JSON.

Describe alternatives you've considered

I've considered trying to somehow sort-of control the actual environment, and then use that to pass onto the agent.

Additional context:

N/A

Kautenja commented 5 years ago

see #81