Skip to content

A Reinforcement Learning Project using PPO + LSTM

License

Notifications You must be signed in to change notification settings

huang2202/recurrent-ppo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open In Colab

PPO + LSTM Project

Introduction

This project explores the combination of Proximal Policy Optimization (PPO) and Long Short-Term Memory (LSTM) networks in reinforcement learning tasks. PPO is a popular policy optimization algorithm, while LSTM is a type of recurrent neural network that is capable of capturing temporal dependencies in sequential data. The goal of this project is to leverage the benefits of both PPO and LSTM to enhance the performance of reinforcement learning agents.

Graph

Forward Backward

Installation

  1. Clone the repository:
git clone https://github.com/datvodinh10/recurrent-ppo.git
  1. Install requirement:
pip install -r requirements.txt

Run

Open main.ipynb in Colab -> Run All

Update

  • model_v2: split network, normalize state (running mean and var), use GRU (instead of LSTM)
  • model: shared network, LSTM.

About

A Reinforcement Learning Project using PPO + LSTM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Jupyter Notebook 0.6%