Skip to content
Snippets Groups Projects
Commit 329a6f77 authored by fheinrich's avatar fheinrich
Browse files

Merge remote-tracking branch 'origin/main' into 91-game-flow

# Conflicts:
#	.gitlab-ci.yml
parents e3eecefa 9d2d50b9
No related branches found
No related tags found
1 merge request!62Resolve "Game Flow"
Pipeline #47029 passed
......@@ -16,7 +16,7 @@ pages:
- apt-get update -qy
- apt-get install -y python3-dev python3-pip
- pip install pdoc
- pip install .
- pip install ".[rl]"
- pdoc --output-dir public overcooked_simulator !overcooked_simulator.reinforcement_learning --logo https://gitlab.ub.uni-bielefeld.de/uploads/-/system/project/avatar/6780/Cooking-Vector-Illustration-Icon-Graphics-4267218-1-580x435.jpg --docformat google
artifacts:
paths:
......
......@@ -57,7 +57,7 @@ setup(
url="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator",
version="0.1.0",
zip_safe=False,
extras_requires={
extras_require={
"rl": [
"gymnasium>=0.28.1",
"stable-baselines3[extra]>=2.2.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment