Skip to content

nicolasaraya/breakout

Repository files navigation

Breakout

Imgur Image

Usage

  • Train DQN:

    • $ python main.py --train_dqn with 10000 episodes
    • $ python main.py --train_dqn N with N episodes
  • Test Agent:

    • $python main.py --test_dqn train without render
    • $ python main.py --test_dqn --render train with render

Requirements

  • VS Build Toolkit (windows)
  • pip install tensorflow
  • pip install ale-py
  • pip install gym
  • pip install numpy
  • pip install baselines
  • pip install opencv-python
  • pip install pandas
  • pip install matplot
  • pip install tqdm
  • pip install keras
  • pip instal IPython
  • ale-import-roms roms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages