Skip to content

This repository is for implementing deep reinforcement learning algorithms with PyTorch.

License

Notifications You must be signed in to change notification settings

boyin96/Deep-Reinforcement-Learning-Algorithms-with-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Reinforcement-Learning-Algorithms-with-PyTorch

This repo is implementation for deep reinforcement learning algorithms in PyTorch.

Algorithms Implemented

  1. Rainbow Deep Q Learning (DQN) (Just for Discrete)

  2. A2C (Both for Continuous and Discrete)

More RL algorithms will be added soon.

References

[1] rainbow-is-all-you-need
[2] pg-is-all-you-need
[3] DRL-with-PyTorch
[4] DRL-code-pytorch

License

This repo is licensed under the MIT License. See LICENSE for details.

About

This repository is for implementing deep reinforcement learning algorithms with PyTorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages