Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 679 Bytes

File metadata and controls

16 lines (10 loc) · 679 Bytes

Humanoid Walker Problem

Getting Started

The environment to the Humanoid is described here.

Solution Video

HumanoidPyBulletEnv-v0

The video shows in the first part the behaviour of the untrained agent and then in comparison the behaviour of the trained agent.

Solution Info

My learning algorithm is a Proximal Policy Optimization(PPO).

Instructions

start Jupyter Notebook HumanoidPyBulletEnv-v0.ipynb and follow the instructions.