Skip to content

MikeDoes/reinforcement_learning_for_atari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Reinforcement learning model masters atari games without prior knowledge

Built for a lab experiment, this RL agent aims to maximise rewards. The environment is created using the gym library from Open AI. The input for the agent is a 256 by 256 series of images.

Installation

pip install gym
pip install tensorflow
pip install cv2

Usage

cd into_directory
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages