Skip to content

Commit

Permalink
0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
AndKram committed Oct 16, 2018
1 parent abc82d2 commit 938610b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Malmo/samples/Python_examples/team_reward_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def safeStartMission(agent_host, my_mission, my_client_pool, my_mission_record,
print("Will wait and retry.", max_attempts - used_attempts, "attempts left.")
time.sleep(2)
else:
print("Other error:", e.message)
print("Other error: ", str(e))
print("Waiting will not help here - bailing immediately.")
exit(1)
if used_attempts == max_attempts:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.36.0
0.37.0
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.37.0
-------------------
Fix: for timeLimitInSeconds.
Fix: Multi-agent timeouts added.
New: Log for scoring missions.
New: malmoenv - python to Java environment for OpenAI gym.
New: Observations from compass (with Biome world generation).

0.36.0
-------------------
Fixes for MacOS stability problems.
Expand Down

0 comments on commit 938610b

Please sign in to comment.