Skip to content
Snippets Groups Projects
  1. Oct 15, 2024
  2. Oct 14, 2024
  3. Sep 24, 2024
  4. Sep 20, 2024
  5. Sep 16, 2024
  6. Sep 12, 2024
  7. Sep 10, 2024
  8. Sep 06, 2024
  9. Aug 22, 2024
  10. Aug 20, 2024
    • Florian Schröder's avatar
      Refactor gym_env and drawing for environment-specific caching · 3bf75834
      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.
      3bf75834
    • Florian Schröder's avatar
      Refactor visualizer caching and grid size logic · f0f3eb38
      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.
      f0f3eb38
  11. Aug 19, 2024
  12. Aug 14, 2024
  13. Aug 07, 2024
  14. Jul 31, 2024
  15. Jul 25, 2024
  16. Jul 19, 2024
  17. Jul 05, 2024
  18. Mar 20, 2024
  19. Mar 10, 2024
    • Florian Schröder's avatar
      Refactor recorder and hooks setup in config files · 6a671b9e
      Florian Schröder authored
      This commit refactors the setup of recorders and hooks in several configuration files. It simplifies the YAML structure, renames "extra_setup_functions" to "hook_callbacks", and replaces "log_path" with "record_path". This makes the configurations cleaner and more intuitive. The update also removes the "func" and "kwargs" in the extra setup functions. Now only hooks are registered. This change should not affect functionality, because until now only hooks were registered as extra setup functions.
      6a671b9e
  20. Mar 09, 2024
    • Florian Schröder's avatar
      Add and optimize type hints, refactor functions, improve readability · 0ddb9e04
      Florian Schröder authored
      Various changes have been made in the codebase to improve readability and maintainability. Type hints have been added to the functions and variables for better understanding of the datatypes. Refactoring of some code segments has also been done to make the code more concise and readable. The 'EffectType', 'ItemType' enumerations have been enriched with docstrings for better understanding of the enums. Certain classes have been updated to better follow the single responsibility principle.
      0ddb9e04
  21. Mar 08, 2024
  22. Mar 05, 2024
    • Florian Schröder's avatar
      Update PUT action to PICK_UP_DROP · 7c31d0ac
      Florian Schröder authored
      The ActionType.PUT has been replaced with ActionType.PICK_UP_DROP across all instances in the codebase. This change aligns the action name with its actual function, making the action more intuitive and the code easier to understand. This update also includes minor modifications in comments and function arguments to reflect the new action name.
      7c31d0ac
Loading