Skip to content

JYL123/Naive-Reinforcement-Learning-With-Atari-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive-Reinforcement-Learning-With-Atari-Games

Game Environment

Atari game environments in the this project are all available on Open AI. The project focuses on centipede-ram-v0, BreakoutDeterministic-v4, and Taxi-v2. We have selected these games to observe naive reinforcement learning algorithms (without neutral networks) on how well the algorihtms can guide the agent to play markovian games (Taxi-v2), and non-markovian games (BreakoutDeterministic-v4, Centipede-ram-v0).

Algorithms

Naive Q-Learning

SARSA

Monte Carlo Tree Search

Results

Alt text

Alt text

  • For more information, please check this report.

Note

  • pip install gym and pip install gym[atari] to run atari game environments

About

👾 Play Atari Games!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages