IanYangChina / DRL_Implementation

A DRL implementation repo
MIT License
19 stars 6 forks source link

DRL_Implementation

Current status: minimal updates

Introduction

Installation

git clone https://github.com/IanYangChina/DRL_Implementation.git
cd DRL_Implementation
python -m pip install -r requirements.txt
python -m pip install .

Click here for example codes , to run the codes you will need to install Gym, Pybullet, or pybullet-multigoal-gym. See env installation links below. For more use cases, have a look at the drl_imp_test repo\ From the project root, run python drl_implementation/examples/$SCTIPT_NAME.py

State-based
Replay buffers
Tested Environments
Some result figures

Reference Papers: Algorithm

Reference Papers: Implementation Matters