Skip to content

hynekdav/deep_q_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Q-Learning exercise

This repository contains simple example Deep Q-Learning. Made as a part of MI-TNN course at the FIT CTU.

Contents

  • agents - contains couple simple agents for Deep Q-Learning. Agents are varying in complexity and their abilities.
  • report.pdf - report describing the problem, proposed architectures, results and conclusion.
  • main.py - entry point of the evaluation application.

Requirements

  • Python 3

Running

First run

$ pip install -r requirements.txt

then

python main.py

Author

  • Hynek Davídek

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages