-
Notifications
You must be signed in to change notification settings - Fork 0
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
updated endpoints #33
Comments
changed again to
fixed normalization to be a constant and not a moving average, so output format is reverted to
|
this should help us avoid postporcessing on the testing data as well. |
we need a plan of a place where I should keep the updated endpoints so you know where to look if they changed. |
hm so from my experience the best practice for this would be to have another flask server which will have an endpoint that returns the endpoints, which the testing code can directly call before running any experiments |
new endpoints:
urls = [
"http://172.218.204.83:2701",
"http://37.27.2.44:60102",
"http://184.67.78.114:42098",
]
I also won't be normalizing the scores within the reward endpoint anymore. We can always iterate through the scores in the csv and append a normalized scores after the fact. Will link a commit with updated reward endpoint response format once it is completed
The text was updated successfully, but these errors were encountered: