Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cooperative Cuisine Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Commits
b2fe3491
Commit
b2fe3491
authored
1 year ago
by
Florian Schröder
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
838fd2e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#44105
passed
1 year ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
b2fe3491
...
...
@@ -2,7 +2,7 @@
[
API Docs
](
https://scs.pages.ub.uni-bielefeld.de/cocosy/overcooked-simulator
)
The real-time overcooked simulation for a cognitive cooperative system
The real-time overcooked simulation for a cognitive cooperative system
.
**The name ist still work in progress and we will probably change it.**
...
...
@@ -11,15 +11,15 @@ You have two options to install the environment. Either clone it and install it
You need a Python 3.10 or higher environment. Either conda or PyEnv.
### Local Editable Installation
In your
`repo`
,
`PyCharmProjects`
`
or similiar directory with the correct environment active:
In your
`repo`
,
`PyCharmProjects`
or similiar directory with the correct environment active:
```
bash
git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
cd
overcooked_simulator
pip
install
-e
.
``
`
``
#### Run
You can use it in your Python code or run the main.py
from the command line:
You can use it
in
your Python code or run the
`
main.py
`
from the
command
line:
```
bash
python3 overcooked_simulator/main.py
```
...
...
@@ -31,7 +31,7 @@ pip install overcooked-environment@git+https://gitlab.ub.uni-bielefeld.de/scs/co
```
#### Run
You can now use the environment and/or simulator in your python code. Just by importing it `
import overcooked
-
environment
`
You can now use the environment and/or simulator in your python code. Just by importing it `import overcooked
_
environment`
## Configuration
The environment configuration is currently done with 3 config files + GUI configuration.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment