Skip to content

zadari/practice-on-rl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Practice on RL

GitHub repo size

Overview

Cart-Pole-v1 (DQN)

cart-pole-790

Mountain-Car (DQN)

mountain-car-140

Setting IPython kernel

If you want to display plot on notebook, install ipykernel and apply it into juypter notebook.

$ python -m pip install ipykernel
$ python -m ipykernel install --user --name .venv  --display-name "Python (.venv)"

About

Practice on Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%