Project 'scs/cocosy/overcooked-simulator' was moved to 'scs/cocosy/cooperative-cuisine'. Please update any links and bookmarks that may still have the old path.
- Mar 26, 2025
-
-
Florian Schröder authored
A blank line was added to separate sections in the README, improving readability and maintaining consistent formatting. No functional changes were made to the content.
-
Florian Schröder authored
Reformatted badges using HTML for improved alignment and styling. Adjusted links and attributes to ensure consistency and maintain proper functionality across all badges."
-
- Mar 25, 2025
-
-
Florian Schröder authored
# Conflicts: # cooperative_cuisine/study_server.py # docs/README.md
-
- Mar 24, 2025
-
-
Florian Schröder authored
Add a main entry point using the `if __name__ == "__main__":` pattern for better script modularity and execution clarity. This change ensures the script's logic runs only when executed directly, improving maintainability and potential reusability.
-
Florian Schröder authored
Moved the `__version__` variable from `__init__.py` to a new `__version.py` file. Updated `setup.py` to retrieve the version from the new file, improving maintainability and separation of concerns.
-
Florian Schröder authored
Revised the pip install commands to improve dependency management. Consolidated 'pymumble' installation into a grouped extras requirement '[mumble]'. This ensures better clarity and usage of optional dependencies.
-
Florian Schröder authored
Updated the project's versioning to dynamically read from `__init__.py` to ensure consistency. Modified the CI pipeline to include `pymumble` in the dependencies. This improves maintainability and ensures all required components are installed properly.
-
Florian Schröder authored
-
Florian Schröder authored
Updated the README to mention the use of pygame-ce for visualization. Included a reference to the web_version branch for ongoing web-based development.
-
Florian Schröder authored
-
Florian Schröder authored
Refactored installation instructions for clarity, introducing separate sections for local, library, and agent installations. Updated `setup.py` metadata to reflect a stable release, added support for newer Python versions, and revised classifiers. Bumped project version to 1.3.0 and updated the license year throughout the documentation.
-
Florian Schröder authored
Introduce an optional `check_duration` parameter to several hooks, enabling rate-limiting actions based on elapsed time. Update relevant logic to respect this parameter and adjust code to use `original_designated_player_positions` for consistency. Additionally, modified configuration files to reflect the new parameter where applicable.
-
- Mar 23, 2025
-
-
Florian Schröder authored
The `<p>` and `</p>` tags in the README were redundant and removed to simplify the structure. This improves readability and ensures cleaner markdown formatting.
-
Florian Schröder authored
Centered the badge section in the README file using HTML tags for improved visual alignment. This enhances readability and provides a cleaner presentation of the project's status indicators.
-
Florian Schröder authored
Removed redundant `<div>` tags used for alignment in the README. This simplifies the document structure while maintaining the functionality and appearance of the badges.
-
Florian Schröder authored
Replaced `a` tags with Markdown syntax for badges and links to improve readability and consistency. This change simplifies the structure while maintaining the same functionality and visual appearance.
-
Florian Schröder authored
Updated the README.md to wrap badge images in `<a>` tags, ensuring they are clickable and lead to the relevant resources. This improves usability and makes navigation more intuitive for users.
-
Florian Schröder authored
Corrected Markdown syntax errors in badge links to ensure proper rendering. The change affects multiple badges, aligning them with standard formatting for accurate display.
-
Florian Schröder authored
Added a documentation badge linking to the project docs and made existing pipeline and coverage badges clickable, improving navigation and usability for developers. This enhances quick access to relevant resources directly from the README.
-
Florian Schröder authored
-
Florian Schröder authored
Added a new "Contact" section with email addresses for inquiries. This makes it easier for users to reach out with questions or feedback.
-
Florian Schröder authored
Introduce `environment.yaml` for conda environment creation. Adjust `meta.yaml` to handle `pygame-ce` and `pygame-gui` as pip-installed dependencies. Update documentation and changelogs to include conda installation instructions.
-
- Mar 22, 2025
-
-
Florian Schröder authored
Added the voice_chat directory under the omit section to ensure coverage reports ignore files from this directory. This helps focus coverage metrics on relevant parts of the codebase.
-
Florian Schröder authored
Eliminated the unused `player_type` attribute from the codebase, streamlining player information handling. Updated tests with additional player functionality and improved scenarios for task transitions. Adjusted coverage settings to exclude irrelevant files.
-
Florian Schröder authored
Refactored argument parsing by splitting `parse_args` from `run_agent_from_args` for improved modularity. Added new tests for argument parsing, agent functionality, and visualization updates. Expanded sample state JSON and integrated additional validation logic for recipe graph ingredient extraction.
-
- Mar 11, 2025
-
-
Florian Schröder authored
Resolve "New game content" See merge request !116
-
Florian Schröder authored
Reduced the width of images from 400px to 390px to ensure better visual balance and alignment in the rendered README. This enhances the overall presentation and consistency.
-
Florian Schröder authored
Reduced the width of images in the README from 480px to 400px for a more consistent and visually balanced appearance. This change enhances the overall readability and presentation of the document.
-
Florian Schröder authored
This change includes a new GIF showcasing the GUI of the cooperative cuisine environment in the README. It enhances visual documentation and provides better insight into the GUI features for users.
-
Florian Schröder authored
Updated the HTML tags in the README to use `<div>` instead of `<p>` for the image alignment. This ensures better semantic structure and potentially improved compatibility with various renderers.
-
Florian Schröder authored
Replaced `<div>` with `<p>` for image alignment and changed image widths from 640px to 480px. This ensures better responsiveness and visual consistency in the documentation.
-
Florian Schröder authored
Refreshed agents.gif and chaosShort.gif to reflect updated visualizations. Ensures clarity and alignment with the latest changes in simulation outputs.
-
Florian Schröder authored
Enabled ingredient visibility in visualization.yaml, introduced conveyor mechanics in environment configuration, and added conveyor-related assets. Updated README with new GIFs showcasing functionality and multi-agent scenarios.
-
Florian Schröder authored
Introduced the `CONVEYER_SMOOTH` flag to allow smoother progression for objects on conveyors with different orientations. Adjusted the maximum progress value dynamically based on conveyor configurations to improve accuracy and realism.
-
- Mar 10, 2025
-
-
Florian Schröder authored
Revised graph node naming to ensure unique prefixes and counts. Commented out redundant UI initialization in GUI states and added early return for mouse motion events. Modularized layout thumbnail setup to improve flexibility and maintainability.
-
Florian Schröder authored
Replaces `deque` with `list` for item storage to simplify operations. Introduces an inverse progress feature for `Effect` and adds support for conveyer mechanics with multiple items. Updates related methods for consistency and improves overall functionality.
-
Florian Schröder authored
Introduced effect-to-player mapping to track player actions on specific effects. Enhanced item-to-next-counter logic to handle cases where drop-off is rejected. Updated trashcan handling to avoid resetting empty equipment unnecessarily.
-
Florian Schröder authored
This commit introduces the ConveyerManager to multiple environment configuration files, enhancing consistency across setups. Additionally, new Moonlander spaceship assets are added to support visual updates in the game.
-
Florian Schröder authored
Introduced a new conveyor system with support for item movement and progress effects. Updated YAML configurations, counter logic, and visualization handling to support conveyors, including orientation and animations. Added a ConveyerManager to manage conveyor-related game mechanics.
-
Florian Schröder authored
Introduced multiple visualization configurations for diverse scenarios and added various hooks for enhanced game control (e.g., restricted movement, facing direction, and resetting player info). Updated supporting assets and layouts to align with these additions.
-