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

[Training] Make `iteration_length` configurable #504

Open nick-bessin opened 2 years ago

nick-bessin commented 2 years ago

So far we just can adapt the iteration_length variable (amount of episodes until a new model will be saved) by hardcoding it in the respective method calls using this variable. We would like to add this variable to our configuration files.