lucasosouza / fastRL

Library for Reinforcement Learning Algorithms, based on openAI environment implementation. Under development
MIT License
1 stars 0 forks source link

implement dynamic programming algorithm for model based RL #7

Open lucasosouza opened 6 years ago

lucasosouza commented 6 years ago

Where to test it ? does openAI has any environments where transition and reward function are given before hand?

One way to fix this is to get these functions straight from source code, and subclass the environment to create an environment fit for fully model-based solutions