Skip to content

gbartyzel/yadrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Deep Reinforcement Learning (YADRL)

YADRL is set of implementations of reinforcement learning algorithms. It is written fully in PyTorch.

Implemented algorithms

Algos

Installation

Install YADRL package:

pip install .

Execution example

To execute experiments just type run following command:

yadrl_runner --config_path link/to/config/file

TODO

Algorithm implementation:

  • PPO
  • TRPO
  • VPG
  • PER
  • APE-X
  • MPO
  • HER
  • IQN and M-IQN
  • FQF

Software improvements:

  • Documentation
  • Distributed training
  • On-policy base agent