lucadellalib/actorch
Deep reinforcement learning framework for fast prototyping based on PyTorch
This framework helps machine learning practitioners rapidly develop and test intelligent agents. You provide details about the problem environment and desired agent behavior, and it outputs a trained agent that can make decisions and achieve goals. It's designed for machine learning engineers, AI researchers, and data scientists working on advanced AI systems.
No commits in the last 6 months. Available on PyPI.
Use this if you need to quickly prototype and experiment with deep reinforcement learning algorithms for complex decision-making tasks, especially when working with custom environments or models.
Not ideal if you are looking for a simple, out-of-the-box solution for basic machine learning tasks without custom algorithm development or deep learning knowledge.
Stars
14
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 12, 2023
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lucadellalib/actorch"
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