Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Dec 28, 2024
2 parents fc39b05 + f32fcfd commit 2ea5a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "craftground"
version = "2.5.28"
version = "2.5.30"
description = "Lightweight Minecraft Environment for Reinforcement Learning"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion src/craftground/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def __init__(
"mined_statistics": spaces.Dict(),
"misc_statistics": spaces.Dict(),
"visible_entities": spaces.Sequence(entity_info_space),
"surrounding_entities": entities_within_distance_space,
"surrounding_entities": entities_within_distance_space, # This is actually
"bobber_thrown": spaces.Discrete(2),
"experience": spaces.Box(
low=0, high=np.inf, shape=(1,), dtype=np.int32
Expand Down

0 comments on commit 2ea5a3d

Please sign in to comment.