deep-rl-class icon indicating copy to clipboard operation
deep-rl-class copied to clipboard

This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course.

Results 132 deep-rl-class issues
Sort by recently updated
recently updated
newest added

# Describe the bug The N_EVALUATIONS (which =2) should be replaced with N_TIMESTEPS here A clear and concise description of what the bug is. **Please share your notebook link so...

In Unit 3, in the description of Double Deep Q Networks, I thought that the descriptions of the respective roles of the DQN and of the Target Network were a...

# What do you want to improve? - In Unit 3. Deep Q Algorithm, there is the same image twice, I thought maybe the goal was either to set the...

**mlagents-push-to-hf is not working** I have already created a Issue on mlagents repo. I have tried using this in two different environments. First in macOS, second in windows10. I have...

it looks like the imports in https://huggingface.co/learn/deep-rl-course/unit1/hands-on are outdated. I'm trying to update it.

# Describe the bug The unzip commands in the unit 5 hands on do not work. There appears to be something wrong with either the command or the zip files....

# What do you want to improve? - Explain the typo/error or the part of the course you want to improve - [BUG] Example video, unit 3 hands-on colab, not...

# Describe the bug Try to run the original notebook failed. 1. The ``env.reset()`` returns a tuple of two items for ``CartPole-v1`` only. We expect only the state. 2. The...

Hi! Let's bring the reinforcement learning course to all the Russian-speaking community 🌏 Would you want to translate? Please follow the 🤗 [TRANSLATING guide](https://github.com/huggingface/transformers/blob/main/docs/TRANSLATING.md). Here is a list of the...

I added a vectorized monitor solution and explanation because it was very confusing for me and it took me a few hours to understand that the classic monitor is for...