Skip to content
Snippets Groups Projects
  1. Jul 30, 2024
  2. Jul 27, 2024
  3. Jul 26, 2024
    • Florian Schröder's avatar
      Update file paths in package_files function · 5afc7d93
      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.
      5afc7d93
    • Florian Schröder's avatar
      Add dynamic package data inclusion for additional directories · 7763b354
      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.
      7763b354
    • Florian Schröder's avatar
      Add package_data to include additional directories · 27546024
      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.
      27546024
  4. Jul 22, 2024
  5. Jun 28, 2024
  6. Jun 25, 2024
  7. Jun 18, 2024
  8. Jun 10, 2024
  9. Jun 01, 2024
  10. May 29, 2024
  11. May 15, 2024
  12. May 13, 2024
  13. May 07, 2024
  14. May 02, 2024
  15. Apr 30, 2024
  16. Apr 23, 2024
Loading