There's an issue when I try to run this command on macOS:
gdrl --env=gdrl --env_path=examples/godot_rl_<ENV_NAME>/bin/<ENV_NAME>.x86_64 --viz
godot_env.py detects that I'm on a mac platform and seems to want an .app file, but there isn't one in the bin folder when I install the example environments with this command gdrl.env_from_hub -r edbeeching/godot_rl_<ENV_NAME>
Is there a way around this?
There's an issue when I try to run this command on macOS:
gdrl --env=gdrl --env_path=examples/godot_rl_<ENV_NAME>/bin/<ENV_NAME>.x86_64 --vizgodot_env.py detects that I'm on a mac platform and seems to want an .app file, but there isn't one in the bin folder when I install the example environments with this command
gdrl.env_from_hub -r edbeeching/godot_rl_<ENV_NAME>Is there a way around this?