Skip to content

Proximal Policy Optimization(PPO) with Keras Implementation

Notifications You must be signed in to change notification settings

liziniu/RL-PPO-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-PPO-Keras

This is an implementation of proximal policy optimization(PPO) algorithm with Keras.

Usage

Start an experiment:

python main.py

Code

  • run_exp.py

    Create environment and agent. Agent interacts with enviornment and learns with samples.

  • config.py

    Configuration about agent, environment, experiment, and path.

  • ppo.py

    Implementation of PPO algorithm.

About

Proximal Policy Optimization(PPO) with Keras Implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages