Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 299 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 299 Bytes

reinforcement-learning

Reinforcement learning analysis using Python, OpenAI Gym and rllab.

Now there are implementations of Value iteration and Policy Iteration algorithms. Algorithms are tested on two envs: Taxi and CartPole. The comparison with all available in rllab algorithms is available.