- Jul 31, 2024
-
-
Florian Schröder authored
Resolve "Restructure Reinforcement Learning files" See merge request !98
-
Christoph Kowalski authored
Inference uses the same configs as the training and instantiates the model load function from the configs.
-
Christoph Kowalski authored
-
Christoph Kowalski authored
# Conflicts: # cooperative_cuisine/environment.py
-
- Jul 30, 2024
-
-
Florian Schröder authored
-
Florian Schröder authored
Resolve "Deterministic Order Generation" See merge request !97
-
Florian Schröder authored
-
Florian Schröder authored
Removed unnecessary debug print statements from environment and orders modules. Refined test cases in test_order_manager.py to add clarity and coverage without redundant checks.
-
Florian Schröder authored
Reverted the default study configuration from `study_config_deterministic_order.yaml` back to `study_config.yaml`. This ensures that the standard configuration is used by default as opposed to the deterministic order configuration.
-
Florian Schröder authored
Refactored the deterministic order generation system to use timed orders with start and duration parsed via pytimeparse. Adjusted configuration files and updated test cases accordingly to cover new functionality and ensure correctness.
-
- Jul 27, 2024
-
-
Florian Schröder authored
Rearranged the plate configuration setup in `environment.py` and centralized its initialization. Added logging functionality to `validation.py` for better debugging and issue tracking.
-
- Jul 26, 2024
-
-
Florian Schröder authored
Modified the os.walk() function in setup.py to include the "cooperative_cuisine" directory in the path. This ensures all the files inside the specified directory are correctly included in the package.
-
Florian Schröder authored
This commit introduces a function to dynamically include package data files from specified directories. It replaces the hardcoded paths in `package_data` with the newly generated paths from the `package_files` function, ensuring all necessary files from 'configs', 'pygame_2d_vis', and 'reinforcement_learning' are included.
-
Florian Schröder authored
Updated `setup.py` to include `configs`, `pygame_2d_vis`, and `reinforcement_learning` directories in the `package_data`. This ensures that these directories are included in the package distribution for better functionality and resource management.
-
- Jul 25, 2024
-
-
Christoph Kowalski authored
-
Christoph Kowalski authored
Fixed a bug with the training configs.
-
- Jul 22, 2024
-
-
Fabian Heinrich authored
-
- Jul 19, 2024
-
-
Christoph Kowalski authored
-
Christoph Kowalski authored
-
- Jul 05, 2024
-
-
Christoph Kowalski authored
All logs, videos, models and wandb data is stored in the logs folder which is included in the gitignore and will therefore not be pushed.
-
Christoph Kowalski authored
All logs, videos, models and wandb data is stored in the logs folder which is included in the gitignore and will therefore not be pushed.
-
- Jun 28, 2024
-
-
Christoph Kowalski authored
Adapted config files to have one study with deterministic order and one with random order. In the argument_parser.py there is one argument to switch between both variants. Inserted a Study Config paragraph in the readme about that.
-
Christoph Kowalski authored
-
- Jun 25, 2024
-
-
Christoph Kowalski authored
Adapted Deterministic OrderGeneration to use the **kwargs. Additionally, changed the indexing of the loop. The problem with the config is still existing even after reinstall the enironment
-
- Jun 18, 2024
-
-
Christoph Kowalski authored
Addedd a DeterministicOrderGeneration. Within the config you can now specify a list of meals, their start time and their duration and then the orders will be always given at the same time with the same duration. This is beneficial for studies.
-
- Jun 10, 2024
-
-
Fabian Heinrich authored
-
- Jun 01, 2024
-
-
Florian Schröder authored
-
- May 29, 2024
-
-
Florian Schröder authored
-
Florian Schröder authored
-
- May 15, 2024
-
-
fheinrich authored
-
- May 13, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Fixed caching of recipe layouts. Ids were used in hash, which are generated new every start of the game.
-
Fabian Heinrich authored
-
- May 07, 2024
-
-
Florian Schröder authored
Changed the project license from MIT License to Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). This new license has been added to the LICENSE file, README.md, and __init__.py within the cooperative_cuisine directory.
-
Florian Schröder authored
Changed the project license from MIT License to Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). This new license has been added to the LICENSE file, README.md, and __init__.py within the cooperative_cuisine directory.
-
- May 02, 2024
-
-
Fabian Heinrich authored
-
Florian Schröder authored
More hook updates See merge request !96
-
- Apr 30, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-