/Reinforcement-Learning

My implementation of reinforcement-learning algorithms.

Primary LanguagePython

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