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] Allow the training task to accept pre-trained RL-agents as competitors #537
Currently, the training task will not accept pre-trained RL-agents as competitors, as they need an argument (their modelfile), which would be rejected by the environment_config.py when parsing the agents.
Currently, the training task will not accept pre-trained RL-agents as competitors, as they need an argument (their modelfile), which would be rejected by the
environment_config.py
when parsing the agents.