zfw1226 / gym-unrealcv

Unreal environments for reinforcement learning
Apache License 2.0
367 stars 70 forks source link

Unable to run python3 random_agent.py -e UnrealTrack-City1StefaniPath1-DiscreteColor-v1 #31

Closed shubhamtrehan closed 11 months ago

shubhamtrehan commented 1 year ago

`` image

Installed the binaries before running. Binaries installed without any issues for SplineCharacterA. But binary installation for UrbanCity didn't even install.

zfw1226 commented 1 year ago

This is caused by the permission problem. You can add the permission by running chmod -R 777 {path to the binary folder} .