Skip to content
Snippets Groups Projects
Commit 8947c150 authored by Erik Nygren's avatar Erik Nygren
Browse files

bugfix in observation and prediction for tree observation

parent 96f670b3
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,6 @@ for trials in range(1, n_trials + 1):
for a in range(env.get_num_agents()):
action = agent.act(obs[a])
action_dict.update({a: action})
# Uncomment next line to print observation of an agent
# TreeObservation.util_print_obs_subtree((obs[a]))
# Environment step which returns the observations for all agents, their corresponding
# reward and whether their are done
......
......@@ -70,7 +70,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4153480c3fbe4fd9864a4d52b416477c",
"model_id": "0b92e7084e37450cbfb3855dc3a58543",
"version_major": 2,
"version_minor": 0
},
......
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