Reinforcement Learning Models
Collection
12 items
โข
Updated
This is a trained model of a ppo Solar Tracker to search and track the sun made using the Unity ML-Agents Library.
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:
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
You can watch this agent in action directly in your browser
The action space size is a tensor of 7 elements:
[x, y]
normalized[0 or 1]
[qx, qy, qz, qw]
.# input = [x, y, visibility, qx, qy, qz, qw]
example_input = [0.4, 0.5, 1, 0.98, 0, -0.32, -0.99]