DanielTakeshi / rl_algorithms

I am implementing a lot of reinforcement learning and imitation learning algorithms since I'm sick of reading about them but not really understanding them.
MIT License
51 stars 9 forks source link

Make everything Python3 #4

Open DanielTakeshi opened 7 years ago

DanielTakeshi commented 7 years ago

Let's leave Python 2.7 behind and make everything 3.5+ for this repository. If I need to go back to Python 2.7, make a virtualenv.