-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include a performance test and report in the CI #59
Comments
Excellent idea. I will think about the problem how we could provide a simple multi agent deadlock avoidance implementation to compare runtimes |
Hi @hagrid67, thanks for the interesting idea! I see multiple ways of including such information in the build pipeline:
I'm sure there are more options, but these are the ones that immediately come to mind! All these options obviously require some kind of stable environment to run reliable benchmarks. We have to check, to what extent GitHub action runners can provide that. In my experience, the performance can vary. But let's evaluate! |
Objectives
Todos
reset()
,step()
andbuild_observation()
Minimal testing requirements
Additional context
The text was updated successfully, but these errors were encountered: