Skip to content

My implementation of reinforcement-learning algorithms.

Notifications You must be signed in to change notification settings

8Gitbrix/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages