Skip to content

Implementation of Reinforcement Learning temporal-differences methods in Frozen Lake environment.

License

Notifications You must be signed in to change notification settings

MarcinPerka/FrozenLakeRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frozen Lake Reinforcement Learning

Implementation of Reinforcement Learning algorithms in Open AI Gym Frozen Lake environment (https://gym.openai.com/envs/FrozenLake-v0/)
Scripts uses temporal-differences methods:

  • Q-Learning
  • SARSA
  • Deep Q-Learning
  • Deep SARSA
  • Deep Q-Learning with Target Network and Experience Replay
  • Deep SARSA with Target Network and Experience Replay

About

Implementation of Reinforcement Learning temporal-differences methods in Frozen Lake environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages