Skip to content

vermashresth/damage-aware-PPO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPO

Proximal Policy Optimization implementation with Tensorflow.

https://arxiv.org/pdf/1707.06347.pdf

requirements

  • Python3

dependencies

usage

training

$ python train.py --gpu {0 or -1} --render --final-steps 10000000

playing

$ python play.py --gpu {0 or -1} --render --load {path of models}

implementation

The code base is build up on these projects

Ongoing Work

Augmenting the observation space to be aware of damage classes of the agent.

About

A variant of Proximal Policy Optimisation which adapts to damages in the agents' body.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages