ankonzoid/LearningX
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
This is a collection of Python code examples designed to help data scientists and machine learning engineers understand and implement various machine learning and reinforcement learning algorithms. It provides practical demonstrations of how these algorithms work with specific datasets or simulated environments, outputting trained models or simulated decision-making agents. The target users are data scientists or machine learning engineers looking for practical examples to learn or apply these concepts.
370 stars. No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer who wants to learn or implement machine learning and reinforcement learning algorithms through concrete, runnable Python examples.
Not ideal if you are looking for a plug-and-play solution for a business problem, or if you do not have a working knowledge of Python and machine learning concepts.
Stars
370
Forks
185
Language
Python
License
MIT
Category
Last pushed
Jul 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ankonzoid/LearningX"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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