Skip to content

Commit

Permalink
Fix play scripts (#9)
Browse files Browse the repository at this point in the history
* move play scripts

* colons

* try this

* .
  • Loading branch information
MichaelTMatthews authored Mar 6, 2024
1 parent bdbda1c commit d265703
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies = [
]

[project.scripts]
play_craftax = "play_craftax:entry_point"
play_craftax_classic = "play_craftax_classic:main"
play_craftax = "craftax.play_craftax:entry_point"
play_craftax_classic = "craftax_classic.play_craftax_classic:main"

[project.urls]
Homepage = "https://github.com/MichaelTMatthews/Craftax"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
Achievement,
BLOCK_PIXEL_SIZE_HUMAN,
)
from craftax_classic.envs.craftax_symbolic_env import CraftaxClassicSymbolicEnv as CraftaxEnv
from craftax_classic.envs.craftax_symbolic_env import (
CraftaxClassicSymbolicEnv as CraftaxEnv,
)
from craftax_classic.renderer import render_craftax_pixels

KEY_MAPPING = {
Expand Down

0 comments on commit d265703

Please sign in to comment.