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

Removed - "define the policy by hand" as it can be misleading and restructured the sentence establishing the focus on Value function and it's inherent nature to lead us to...

## Description This PR adds Chinese translations for the Deep Reinforcement Learning Course materials. The translations cover all course units including core content, bonus units, and communication materials. ## Changes...

While I'm doing unit 2, I faced a tiny issue on installing dependencies. Because 'pickle5' has been deprecated after Python 3.8 (https://pypi.org/project/pickle5/), I removed its dependency from the notebook. This...

Fixes this error: ``` --------------------------------------------------------------------------- DeprecatedEnv Traceback (most recent call last) [](https://localhost:8080/#) in () 2 3 # First, we create our environment called LunarLander-v2 ----> 4 env = gym.make("LunarLander-v2") 5...

Updated glossary - for the definition of Agent - added - "in other words" an agent is the entity that interacts with the environment, makes decisions, and learns from the...

# Describe the bug A clear and concise description of what the bug is. **Please share your notebook link so that we can reproduce the error** # Material - Did...

# Describe the bug I am trying to run the hand on notebook for the unit2: Introduction to Q learning. While running the first command which install all the dependencies...

# Describe the bug A clear and concise description of what the bug is. **Please share your notebook link so that we can reproduce the error** https://colab.research.google.com/github/huggingface/deep-rl-class/blob/main/notebooks/unit1/unit1.ipynb#scrollTo=w7vOFlpA_ONz --------------------------------------------------------------------------- ModuleNotFoundError Traceback...

# Describe the bug A clear and concise description of what the bug is. **Please share your notebook link so that we can reproduce the error** https://colab.research.google.com/github/huggingface/deep-rl-class/blob/main/notebooks/unit1/unit1.ipynb#scrollTo=OwEcFHe9RRZW /usr/local/lib/python3.11/dist-packages/gymnasium/envs/registration.py:519: DeprecationWarning: WARN:...