Views
No views yet
1from mlagents_envs import UnityToPythonWrapper
2from mlagents_envs.side_channel.engine_configuration_channel import EngineConfigurationChannel
3
4# Load the trained model
5# Model files should include .onnx policy file and configurationmlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume1# The model can be used directly in Unity ML-Agents environments
2# or deployed to Unity builds for real-time inference├── SnowballTarget.onnx # Trained policy network
├── configuration.yaml # Training configuration
├── run_logs/ # Training metrics and logs
└── results/ # Training results and statisticsmlagents Python package1@misc{ppo-snowballtarget-2024,
2 title={PPO-SnowballTarget: Reinforcement Learning Agent for Unity ML-Agents},
3 author={Adilbai},
4 year={2024},
5 publisher={Hugging Face Hub},
6 url={https://huggingface.co/Adilbai/ppo-SnowballTarget}
7}