I want a deep reinforcement learning code that implemented by Keras in a custom gym environment. I know that several custom environments have been implemented and introduced here. But, I don't find a complete code implementation of a custom environment beside the deep reinforcement learning model. I just found the predefined environments of the gym beside the deep learning model here. Has anyone a simple code for this?
Asked
Active
Viewed 286 times
1
-
Take a look at stable baselines tutorial for custom environments – MarcusRenshaw Apr 17 '20 at 13:58