- Oct 16, 2024
-
-
Fabian Heinrich authored
-
- Oct 15, 2024
-
-
Fabian Heinrich authored
-
- Sep 09, 2024
-
-
Fabian Heinrich authored
-
- Sep 06, 2024
-
-
Florian Schröder authored
Introduced a caching system to store and reuse generated layout thumbnails based on their hash. This optimization avoids regenerating thumbnails if they already exist, improving the performance of the GUI.
-
Fabian Heinrich authored
-
- Sep 05, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Sep 02, 2024
-
-
Florian Schröder authored
Change the blending flag from BLEND_RGBA_MULT to BLEND_RGB_MULT to fix the rendering issue in draw function. This ensures proper display of elements on the screen.
-
- Aug 21, 2024
-
-
Florian Schröder authored
Switched from using np.round to np.ceil for block size calculation to ensure more accurate grid sizes. Additionally, replaced range with np.arange for consistent step intervals, and ensured rectangle positions use np.round for precise placement.
-
- Aug 20, 2024
-
-
Florian Schröder authored
Replaced grid_size-based scaling with a fixed value of 0.15 for the polygon creation offset. This change ensures consistency in offset scaling regardless of the grid size.
-
Florian Schröder authored
Set the environment's end time based on iteration count for performance benchmarking. Also, increase the number of iterations from 500 to 1,000 for more robust testing results.
-
Florian Schröder authored
Updated `gym_env.py` and `drawing.py` to use unique environment names (`env_name`) for caching purposes, leveraging UUIDs for better cache management. Revised render and image fetch methods to incorporate the unique environment identifier, ensuring accurate and efficient cache invalidation and retrieval.
-
Florian Schröder authored
Enhanced visualizer by adding cache flags for background and counters and a reduced background mode for optimization. Adjusted relevant methods across video replay, performance benchmark, gym environment, and GUI code to use the new caching logic.
-
- Aug 19, 2024
-
-
Florian Schröder authored
Deleted obsolete drawing_perf_benchmark.py and replaced it with the more versatile performance_benchmark.py. Consolidated individual config file reads into a unified load_config_files function, which is now used across various modules for increased code readability and maintainability.
-
Fabian Heinrich authored
-
Florian Schröder authored
Enhanced `get_state_image` to accept a list of controlled players, defaulting to a single player if not provided. This change ensures that the drawing function correctly interprets the input for controlled players, improving the function's flexibility and usability.
-
Florian Schröder authored
Renamed `grid_size` to `node_size` for clarity and consistency. Removed commented-out code and redundant parameters, and optimized some conditional statements to improve readability.
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Aug 16, 2024
-
-
Fabian Heinrich authored
-
- Jun 10, 2024
-
-
Fabian Heinrich authored
-
- May 15, 2024
-
-
fheinrich authored
-
- Apr 23, 2024
-
-
Fabian Heinrich authored
Updated Args in docstrings.
-
- Apr 15, 2024
-
-
Fabian Heinrich authored
-
- Apr 12, 2024
-
-
Florian Schröder authored
This commit changes all the URLs across the project, switching from the 'overcooked-simulator' slug to 'cooperative-cuisine'. All files were affected, specifically ones including metadata, documentation links, and setup configurations.
-
- Apr 11, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Apr 10, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-