hunkim / ReinforcementZeroToAll

249 stars 132 forks source link

Increase _max_episode_steps in OpenAI Gym CartPole example codes #3

Closed hyunjun529 closed 7 years ago

hyunjun529 commented 7 years ago

Related Commit in OpenAI Gym

https://github.com/openai/gym/commit/d337f4e5719bb8b49f2f9fba1501fe7749fa4d5c#diff-e5d52903461e54607417ca0a47a54583R56 gym/gym/envs/init.py line 56

issue from https://www.facebook.com/groups/TensorFlowKR/permalink/436951633312567/

hunkim commented 7 years ago

@hyunjun529 Thanks! However, I am not sure it's a good idea to increase the max_step. Perhaps, should we adjust our reward?

hyunjun529 commented 7 years ago

I thought about only increase the max_step, and I don't know about that. I will close this issue. Thanks for your advice and lecture.