Skip to content

Commit

Permalink
fix interactive script
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhesse committed Jun 3, 2020
1 parent b652a76 commit 21bbeb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.10.2

* fix interactive script

## 0.10.1

* build fixes
Expand Down
2 changes: 1 addition & 1 deletion procgen/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def make_interactive(vision, record_dir, **kwargs):
ob_key = None
if vision == "human":
info_key = "rgb"
kwargs["render_human"] = True
kwargs["render_mode"] = "rgb_array"
else:
ob_key = "rgb"

Expand Down
2 changes: 1 addition & 1 deletion procgen/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.10.2

0 comments on commit 21bbeb3

Please sign in to comment.