diambra / arena

DIAMBRA Arena: a New Reinforcement Learning Platform for Research and Experimentation
https://docs.diambra.ai
Other
307 stars 22 forks source link

How to specify cfgFile when submitting? #102

Closed whooooaami closed 6 months ago

whooooaami commented 7 months ago

Hi!

I am trying to submit an agent with the following submission-manifest file:

mode: AIvsCOM
image: diambra/arena-stable-baselines3-on3.10-bullseye:main
command:
  - python
  - "/sources/agent.py"
  - "/sources/models/model.zip"
sources:
  .: git+https://username:{{.Secrets.token}}@github.com/username/repository_name.git#ref=branch_name

(where I have ommitted my username and repository_name for the sake of privacy here)

but diambra complains that no config file is being passed to agent.py. Which config file should we specify? The same that I used for training the agent? If yes, how do we specify it in this submission file?

Thank you!

alexpalms commented 6 months ago

Hi @whooooaami and thank you for reaching out!

Sorry for the late answer, crazy days here!

Did you figure out how to correctly submit? If you are still encountering issues, I suggest you to reach out via our Discord server, there is a dedicated support channel there and the community can help too, together with us.

This is technically not an issue for the arena repo, so I would like to close it and address the topic on the server, ok? Looking forward for news from your side!

alexpalms commented 6 months ago

Solved, more info on the discord server ;)