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

This PR replaces pickle5 with the standard pickle library since: 1. Python 3.11+ doesn't support pickle5 (causing compatibility issues) 2. The standard library's pickle now includes equivalent functionality 3. Maintains...

**Numpy related error:** [/usr/local/lib/python3.11/dist-packages/numpy/__init__.py](https://localhost:8080/#) in __getattr__(attr) 408 return char.chararray 409 --> 410 raise AttributeError("module {!r} has no attribute " 411 "{!r}".format(__name__, attr)) 412 AttributeError: module 'numpy' has no attribute 'bool8'...

# Describe the bug ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject # Material - Colab # Resolves the issue !pip...

# Describe the bug Unit 8 Part 1 Colab notebook. I have run the cells: `!pip install setuptools==65.5.0` restarted my session and kept going `%%capture` `!apt install python-opengl` `!apt install...

As a reader, the current presentation of the doc is confusing. I am proposing some changes in the doc. Unfortunately, I don't know how to preview the final view as...

During setup, students need to create discord account and join. Opening in a new tab will let us continue this process without searching through old files for where the class...

pickle5 is compatible only with Python 3.8 and earlier. If you're using Python 3.9 or later, you don't need pickle5 because its functionality is already included in the standard library....

Added 'reinforcement learning' and 'deep reinforcement learning' to the glossary.

The "Offline vs. Online Reinforcement Learning" page has been updated to clarify offline RL is different from off-policy RL. updated a short blurb making the distinction between the two. hope...

The original link 404's. I've added a link to archive.org's capture. The videos work too.