Skip to content

A Reinforcement Learning Project using PPO + Transformer

License

Notifications You must be signed in to change notification settings

datvodinh/ppo-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open In Colab

Proximal Policy Optimization + Transformer

This project combines the Proximal Policy Optimization (PPO) algorithm with the Transformer architecture to solve reinforcement learning tasks. The goal is to leverage the power of the Transformer's attention mechanism and the stability of PPO to train agents capable of achieving high-performance results on various environments.

Graph

Forward

Backward

Installation

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

Run

Open main.ipynb -> Run All

About

A Reinforcement Learning Project using PPO + Transformer

Topics

Resources

License

Stars

Watchers

Forks