Skip to content

Commit

Permalink
Bump minorminor version for hot-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhoughton committed Sep 15, 2021
1 parent 5045ec3 commit 12613c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def build_minecraft(source_dir, build_dir):
name='minerl',
# TODO(shwang): Load from minerl.version.VERSION or something so we don't have to update
# multiple version strings.
version=os.environ.get('MINERL_BUILD_VERSION', '0.4.2'),
version=os.environ.get('MINERL_BUILD_VERSION', '0.4.2.1'),
description='MineRL environment and data loader for reinforcement learning from human demonstration in Minecraft',
long_description=markdown,
long_description_content_type="text/markdown",
Expand Down
7 changes: 2 additions & 5 deletions tests/local/handler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,8 @@ def test_dense_env():


def test_env(environment='MineRLObtainTest-v0', interactive=False):
if not interactive:
# Disable tests for now
pass # assert False
inst = InstanceManager.add_existing_instance(9001)
env = gym.make(environment, instances=[inst])

env = gym.make(environment)
done = False
inventories = []
rewards = []
Expand Down

0 comments on commit 12613c2

Please sign in to comment.