Skip to content
Snippets Groups Projects
Commit 9da0d239 authored by spmohanty's avatar spmohanty
Browse files

Minor changes

parent 01d61dcc
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ while True: ...@@ -103,7 +103,7 @@ while True:
##################################################################### #####################################################################
# Compute the action for this step by using the previously # Compute the action for this step by using the previously
# defined controlle # defined controlle
action = my_controller(obs, number_of_agents) action = my_controller(observation, number_of_agents)
# Perform the chosen action on the environment. # Perform the chosen action on the environment.
# The action gets applied to both the local and the remote copy # The action gets applied to both the local and the remote copy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment