Skip to content

Commit

Permalink
Remove FramesFastFiz
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsSR committed May 16, 2024
1 parent 30dd7cd commit f16af6a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 374 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
__pycache__
# **/__pycache__/
*.py[cod]
*$py.class

Expand Down Expand Up @@ -95,7 +94,12 @@ ENV/
env.bak/
venv.bak/

# # # #

*logs*/*
*models*/*
# Logs / models / plots / data
*.pdf
*.csv
*.log
*.ipynb
*.zip
*.npz
*.pkl
events.out.tfevents*
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies = [
"fastfiz @ git+https://github.com/P6-Pool/fastfiz.git",
"gymnasium",
"numpy",
"vectormath",
]

[project.optional-dependencies]
Expand Down
8 changes: 0 additions & 8 deletions src/fastfiz_env/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Avaliable environments:
- `SimpleFastFiz-v0`: Observes the position of the balls.
- `FramesFastFiz-v0`: Observes the position of the balls and the frames of the simulation.
- `PocketsFastFiz-v0`: Observes the position of the balls and in play state. Pocketed balls position always corresponds to given pocket center.
Expand Down Expand Up @@ -55,13 +54,6 @@
additional_wrappers=(wrappers.TimeLimitInjectionWrapper.wrapper_spec(),),
)


register(
id="FramesFastFiz-v0",
entry_point="fastfiz_env.envs:FramesFastFiz",
additional_wrappers=(wrappers.TimeLimitInjectionWrapper.wrapper_spec(),),
)

register(
id="PocketsFastFiz-v0",
entry_point="fastfiz_env.envs:PocketsFastFiz",
Expand Down
218 changes: 0 additions & 218 deletions src/fastfiz_env/envs/frames_fastfiz.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/fastfiz_env/utils/fastfiz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@
get_pocket_center,
POCKETS,
)

from .renderer import GameBall
Loading

0 comments on commit f16af6a

Please sign in to comment.