Gym: Question! Is there a standard way to allow human control of an env?

Created on 13 Jul 2017  路  1Comment  路  Source: openai/gym

suppose I want to control cartpole with my keyboard and record everything I do and the observations produced by the environment (cartpole is an example here). does the open AI gym have a standard way to do that? right now I am kind of hacking in this functionality with pygame and it really sucks...

Most helpful comment

See keyboard_agent.py and atari_game.py (or something similar).

>All comments

See keyboard_agent.py and atari_game.py (or something similar).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

reaIws picture reaIws  路  4Comments

Spiral-Galaxy picture Spiral-Galaxy  路  3Comments

mdavis-xyz picture mdavis-xyz  路  3Comments

pickittwice picture pickittwice  路  4Comments

RuofanKong picture RuofanKong  路  4Comments