deep-rl-class
deep-rl-class copied to clipboard
This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course.
# Describe the bug  The Deep RL course Unit 1 Hands-on uses a deprecated Python2 dependency that can't be installed anymore on Google Colab. # Material...
I am referring to [this section](https://huggingface.co/learn/deep-rl-course/unit4/policy-gradient#gradient-ascent-and-the-policy-gradient-theorem) and specifically to this image:  Shouldn't there be a Σ (sigma) symbol right before the gradient operator? For reference, here is how the...
# Describe the bug https://colab.research.google.com/github/huggingface/deep-rl-class/blob/master/notebooks/unit1/unit1.ipynb?authuser=1#scrollTo=ZNPG0g_UGCfh For unit1.ipynb, the final two values of the 8-dimention observation should be: _If the left leg contact point has touched the land_ (boolean) and _If...
grammar
# Describe the bug Problem with Unit 3: Deep Q-Learning with Atari Games 👾 using RL Baselines3 Zoo Hello, I have an issue with pushing the model to hub. I...
# Describe the bug Running into a bug when trying to push to the hub: `!python -m rl_zoo3.push_to_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 --repo-name dqn-SpaceInvadersNoFrameskip-v4 -orga eseskay -f logs/` > Saving...
# Describe the bug I am working in Ubuntu environment. With regard to Unit7 / hands-on / Step 4: 1. When I navigate to training-envs-executables folder on my local machine,...
Hi there is some misssing links / not working links in Unit 7: - A leaderboard getting the match history results and displaying the models’ ELO ratings: https://huggingface.co/spaces/huggingface-projects/AIvsAI-SoccerTwos - In...
# What do you want to improve? unit1 hands on - Explain the typo/error or the part of the course you want to improve I encountered the error "AssertionError: The...