Metadata-Version: 2.1
Name: rl-replicas
Version: 0.0.1
Summary: Reinforcement Learning Replications is a set of Pytorch implementations of reinforcement learning algorithms.
Home-page: https://github.com/yamatokataoka/reinforcement-learning-replications
Author: Yamato Kataoka
License: MIT
Keywords: reinforcement-learning
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: gym[atari,box2d,classic_control]
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: torch (>=1.4.0)
Requires-Dist: tensorboard



# Quick reference

* **Github Repository**: [https://github.com/yamatokataoka/reinforcement-learning-replications](https://github.com/yamatokataoka/reinforcement-learning-replications)

# What is Reinforcement Learning Replications?

Reinforcement Learning Replications is a set of Pytorch implementations of reinforcement learning algorithms.



