Skip to content

timofey256/iqn-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of iterated Deep Q-Network (i-DQN) in PyTorch

TMLR paper 👉📄

Official implementation in JAX 👉💻

User installation

We recommend using Python 3.11.5. In the folder where the code is, create a Python virtual environment, activate it, update pip and install the package and its dependencies in editable mode:

python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Performances

Run following lines (<20 minutes each)

python main.py --env Acrobot-v1
python main.py --env CartPole-v1
python main.py --env LunarLander-v3

to generate:

About

i-QN by Théo Vincent et al. implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages