AdversarialAI / README.md
SamuelM0422's picture
Update README.md
9094a61 verified
metadata
library_name: ml-agents
tags:
  - deep-reinforcement-learning
  - reinforcement-learning
  - PyTorch

poca Agents: CubeAgent and RedAgent

This is two trained models of a poca configuration: CubeAgent and RedAgent using the Unity ML-Agents Library.

Usage (with ML-Agents)

The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/

We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:

Resume the training

mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume

Watch your Agent play

You can watch your agent playing directly in your browser

  1. Oranges Vs Reds Env
  2. Reds Training Env
  3. Oranges Training Env