Skip to content

This repo is for an RL gather up activity of Stockholm AI group.

License

Notifications You must be signed in to change notification settings

usr-lab/stockholm-ai-rl

Repository files navigation

Stockholm AI RL Group Implementations

In Stockholm AI reinforcement learning(RL) group, we discuss RL algorithms and their applications. In order to understand the algorithms fully, we focus on the theoratical and practical details of each algorithm including classic ones and deep ones. This repo is for our internal communication purpose.

We implemented our algorithms using gym and keras and after which we tested the algorithms on the simple cartpole example. The repo is implemented for people to understand the algorithm rather then receiving a good performance on this specific problem. We try to write the code in a clear way.

Usage example

python cartpole.py

Release History

  • 0.2.2
    • Implemented the Proximal Policy Optimization method
  • 0.2.1
    • Implemented Monte Carlo method
  • 0.2.0
    • Fixed SARSA initialization problem
  • 0.1.1
    • Implemented SARSA
  • 0.1.0
    • Implemented the tabular Q learning
  • 0.0.1
    • Work in progress

LICENCE

MIT Licence

Meta

Alex Yuan Gao – @alexyuangaogaoyuankidult@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/gaoyuankidult/stockholm-ai-rl

About

This repo is for an RL gather up activity of Stockholm AI group.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages