You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon setting everything up, setting the env_name seems to have an issue in my build:
File "", line 11
We can reset the environment to be provided with an initial set of observations and states for all the agents within the environment. In ML-Agents, states refer to a vector of variables corresponding to relevant aspects of the environment for an agent. Likewise, observations refer to a set of relevant pixel-wise visuals for an agent.
^
SyntaxError: invalid syntax
The env_name is set as follows:
env_name = "3DBall"
train_mode = True
Also, there are no import errors and the exported .app is within the Python folder.
Thanks!
The text was updated successfully, but these errors were encountered:
Upon setting everything up, setting the env_name seems to have an issue in my build:
File "", line 11
We can reset the environment to be provided with an initial set of observations and states for all the agents within the environment. In ML-Agents, states refer to a vector of variables corresponding to relevant aspects of the environment for an agent. Likewise, observations refer to a set of relevant pixel-wise visuals for an agent.
^
SyntaxError: invalid syntax
The env_name is set as follows:
env_name = "3DBall"
train_mode = True
Also, there are no import errors and the exported .app is within the Python folder.
Thanks!
The text was updated successfully, but these errors were encountered: