sdpkjc/abcdrl
Modular Single-file Reinfocement Learning Algorithms Library
This library provides a simplified way for machine learning engineers to implement and experiment with reinforcement learning algorithms. It takes basic algorithm definitions and outputs fully functional, benchmark-ready implementations. The target user is a machine learning engineer or researcher focused on developing and testing reinforcement learning solutions.
No commits in the last 6 months. Available on PyPI.
Use this if you are an ML engineer who wants to quickly understand, modify, or implement reinforcement learning algorithms with a clean, single-file code structure.
Not ideal if you are a business user or practitioner without a strong background in machine learning and Python programming.
Stars
38
Forks
1
Language
Python
License
—
Category
Last pushed
May 16, 2023
Commits (30d)
0
Dependencies
9
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sdpkjc/abcdrl"
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