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...
See keyboard_agent.py and atari_game.py (or something similar).
Most helpful comment
See keyboard_agent.py and atari_game.py (or something similar).