Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 644 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 644 Bytes

DDPG-Unity-PyTorch

Overview

An implementation of Deep Deterministic Policy Gradients using PyTorch running running on Unity ML-Agents environments

Dependencies

Visualizations of some trained agents

  • Walker environment
    • State space: 212
    • Action space: 39
    • Number of agents: 11

Gif of a trained agent playing the walker environment

  • 3DBall environment
    • State space: 8
    • Action space: 2
    • Number of agents: 12

Gif of a trained agent playing the 3DBall environment