Skip to content

Files

Latest commit

4cd279f · Jan 14, 2017

History

History
16 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 607 Bytes

Reinforcement-Learning

Implementation of Reinforcement Learning Algorithms, mainly in openAI gym

Algorithms Implemented so far:

  • Q-learning with Softmax Action Selection: qlearn.py
  • Q-learning with e-greedy Action Selection: qlearn2.py
  • SARSA with with Softmax Action Selection: sarsa.py

Evaluations:

Running:

openAI gym, numpy, and python3 are required to run any of the programs. To run enter: python3 filename.py on command line