declanoller / RWG_benchmarking

Analyzing Reinforcement Learning Benchmarks with Random Weight Guessing
MIT License
5 stars 0 forks source link

Save solved episode recording #8

Closed declanoller closed 5 years ago

declanoller commented 5 years ago

It would be good to add a recording of an episode with the best weights found, for each env.

However, last I checked, there's a very annoying bug with gym with recording multiple episodes, or having multiple env's being monitored. Solve this one. It's possible it may need to be done in a hacky way, after the main optimization runs.

Additionally, maybe add "grid" style ones like this: https://www.declanoller.com/2019/01/25/beating-openai-games-with-neuroevolution-agents-pretty-neat/