# Reinforcement Learning

### Reinforcement Learning

### Reinfocement Learning Course

* [Sutton & Barto Book: Reinforcement Learning: An Introduction](http://incompleteideas.net/book/the-book.html)
* [CS 285](http://rail.eecs.berkeley.edu/deeprlcourse/)
* [huggingface/deep-rl-class: This repo contain the syllabus of the Hugging Face Deep Reinforcement Learning Class.](https://github.com/huggingface/deep-rl-class)
* [Grokking Deep Reinforcement Learning](https://www.manning.com/books/grokking-deep-reinforcement-learning)
* [Welcome to Spinning Up in Deep RL!—Spinning Up documentation](https://spinningup.openai.com/en/latest/)
* [seungeunrho/minimalRL: Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)](https://github.com/seungeunrho/minimalRL)
* [Introduction to Reinforcement Learning with David Silver](https://www.deepmind.com/learning-resources/introduction-to-reinforcement-learning-with-david-silver)
* [The Fast Deep RL Course - Dibya's School](https://courses.dibya.online/p/fastdeeprl)

### Algorithm

* [reinforcement learning algorithms](https://github.com/TianhongDai/reinforcement-learning-algorithms) This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO.
* [AI4Finance-Foundation/FinRL: FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥](https://github.com/AI4Finance-Foundation/FinRL)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/machine-learning/reinforcement-learning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
