hpi-epic / BP2021

Working repository in context of the bachelor project "Online Marketplace Simulation: A Testbed for Self-Learning Agents" at the research group Enterprise Platform and Integration Concepts
MIT License
3 stars 0 forks source link

[rl_config] Remove necessity for config if it is not needed #538

Open NikkelM opened 1 year ago

NikkelM commented 1 year ago

Currently, whenever an RL-agent is initialized, it needs to be supplied with a rl_config.json, even though the file is only needed for the training task. This should be changed.