Skip to content
/ my-rl Public

My implementation of reinforcement learning algorithms for self-study purpose.

Notifications You must be signed in to change notification settings

hieunq95/my-rl

Repository files navigation

Implementation of reinforcement learning algorithms

Algorithms included:

Temporal-Difference (TD) learning algorithms: Q-learning, Sarsa

n-steps Boostrapping: n-steps Sarsa

Linear function approximation: Semi-gradient Sarsa with tile encoding

Deep Reinforcement Learning: DQN

All algorithms are tested with MountainCar-v0 environment in experiments/. Use plot_learning.py to plot the results.

About

My implementation of reinforcement learning algorithms for self-study purpose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages