dalmia/udacity-deep-reinforcement-learning
My solutions to the projects (and mini-projects) of the Deep Reinforcement Learning Nanodegree by Udacity
This project contains solutions and examples for learning deep reinforcement learning concepts and applications. It helps those studying how to build AI agents that learn by interacting with environments. Users can review these solutions to understand how to approach problems in Udacity's Deep Reinforcement Learning Nanodegree.
No commits in the last 6 months.
Use this if you are a student or learner enrolled in or considering Udacity's Deep Reinforcement Learning Nanodegree and want to see working solutions to the course projects.
Not ideal if you are looking for a ready-to-use tool or library to implement reinforcement learning in a production environment.
Stars
63
Forks
39
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dalmia/udacity-deep-reinforcement-learning"
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