jimimvp/torch_rl
Reinforcement learning library for PyTorch.
This project helps researchers and engineers who are experimenting with or applying reinforcement learning to train intelligent agents. You provide your specific problem environment and the desired agent behavior, and it outputs a trained agent capable of learning complex tasks. It's designed for those working with both traditional artificial neural networks and biologically-inspired spiking networks.
No commits in the last 6 months.
Use this if you are developing or evaluating reinforcement learning agents and need access to several advanced training algorithms, especially for complex control problems.
Not ideal if you need a simple, plug-and-play solution for common machine learning tasks without deep expertise in reinforcement learning.
Stars
11
Forks
2
Language
Python
License
MIT
Category
Last pushed
Jun 15, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jimimvp/torch_rl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild