How to use UnaiGurbindo/ppo-PyramidsRND with ml-agents:
mlagents-load-from-hf --repo-id="UnaiGurbindo/ppo-PyramidsRND" --local-dir="./download: string[]s"
How to use UnaiGurbindo/ppo-PyramidsRND with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
The community tab is the place to discuss and collaborate with the HF community!