Repository navigation

#

deeprl

Modularized Implementation of Deep RL Algorithms in PyTorch

Python
3291
1 年前

Attempting to replicate "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem" https://arxiv.org/abs/1706.10059 (and an openai gym environment)

Jupyter Notebook
563
1 个月前

OpenAI LunarLander-v2 DeepRL-based solutions (DQN, DuelingDQN, D3QN)

Python
37
4 年前

OpenAI MountainCar-v0 DeepRL-based solutions (DQN, DuelingDQN, D3QN)

Python
23
4 年前

This project contains several Deep Reinforcement Learning method and some experiments basd on OpenAi gym.

Python
20
7 年前

You can see a reference for Books, Articles, Courses and Educational Materials in this field. Implementation of Reinforcement Learning Algorithms and Environments. Python, OpenAI Gym, Tensorflow.

Jupyter Notebook
20
3 年前

Implementation of Continuous Control RL Algorithms

Python
11
2 年前

PPO with Hindsight Experience Replay (HER)

Python
11
7 年前

이 저장소는 강화학습의 학습 방법 중 하나인 정책 경사(policy gradient)에 대한 방법론을 정리합니다.

Python
7
6 年前

Atari OpenAI Pong-v4 DeepRL-based solutions (DQN, DuelingDQN, D3QN)

Python
7
4 年前

My Solution to Berkeley CS285 Deep Reinforcement Learning Fall22

Jupyter Notebook
5
2 年前

OpenAI CartPole-v0 DeepRL-based solutions (DQN, DuelingDQN, D3QN)

Python
5
4 年前

This repository contains the implementation of a wide variety of Reinforcement Learning Projects in different applications of Bandit Algorithms, MDPs, Distributed RL and Deep RL. These projects include university projects and projects implemented due to interest in Reinforcement Learning.

Jupyter Notebook
4
2 年前

My own implementation of deep reinforcement learning algorithms.

Python
4
2 年前

Comprehensive Deep RL Implementations

3
4 个月前

Soccer3D Deep RL Framework

C++
3
6 年前

This is a Deep Reinforcement Learning solution for the Lunar Lander problem in OpenAI Gym using dueling network architecture and the double DQN algorithm.

Jupyter Notebook
2
1 年前