Skip to content

PyTorch implementations of various DRL algorithms for both single agent and multi-agent.

License

Notifications You must be signed in to change notification settings

jk-cim/pytorch-madrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-madrl

This project includes PyTorch implementations of various Deep Reinforcement Learning algorithms for both single agent and multi-agent.

  • A2C
  • DQN
  • DDPG

Requirements

  • gym
  • python 3.6
  • pytorch

Usage

To train a model:

$ python run_a2c.py

TODO

  • TRPO
  • PPO
  • LOLA

About

PyTorch implementations of various DRL algorithms for both single agent and multi-agent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%