gym-gridworld icon indicating copy to clipboard operation
gym-gridworld copied to clipboard

Working agent example

Open MartinThoma opened this issue 6 years ago • 3 comments

Do you have an agent trained in this environment which works well?

MartinThoma avatar Nov 09 '17 21:11 MartinThoma

Yes, DQN can easily solve this task.

xinleipan avatar Nov 19 '17 00:11 xinleipan

Very useful environment!Did you use Openai's deepq or your own implementation. If you used the openai's which values of the hyperparameters you choose? Also after how many episodes it learns?

ConstantinosM avatar Jul 10 '18 13:07 ConstantinosM

Hey @ConstantinosM yes, I used a very simple model, which is the model in the nature DQN model, and use a slightly smaller discount rate, for example, gamma=0.9, this makes the algorithm converge faster.

xinleipan avatar Sep 20 '18 02:09 xinleipan