Skip to content
Snippets Groups Projects
Commit ff0a2e8d authored by Antonio Andriella's avatar Antonio Andriella
Browse files

fix

parent d99a5793
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ class Episode: ...@@ -87,8 +87,8 @@ class Episode:
trajs.append(Episode(traj[t])) trajs.append(Episode(traj[t]))
print("loaded traj ", t) print("loaded traj ", t)
f.close() f.close()
for t in trajs: # for t in trajs:
print(t._t) # print(t._t)
return trajs return trajs
...@@ -97,7 +97,6 @@ class Episode: ...@@ -97,7 +97,6 @@ class Episode:
This function computes the state x state x action matrix that This function computes the state x state x action matrix that
corresponds to the transition table we will use later corresponds to the transition table we will use later
''' '''
print(state_list)
n_states = len(state_list) n_states = len(state_list)
n_actions = len(action_space) n_actions = len(action_space)
......
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