Skip to content

fede-vaccaro/deep-q-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Q-Learning

From

The game is a simple "GridWorld" style game, where the agent has to move the green square to the red square, in a minimum number of steps.

For using the code, first install the requirements with

$ pip install -r requirements.txt

Then run the training code by:

$ python main.py OPTIONS

Options:

  • -d for using Double Q-Learning
  • --gpu for using GPU acceleration

For testing a model:

$ python test.py -f FILENAME

Options:

  • --gpu for using GPU acceleration

About

A small repo about Deep-Q-Learning in pytorch!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages