IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 461 forks source link

tests: update traces #302

Closed anabwan closed 5 years ago

shadiendrawis commented 5 years ago

I think there's no reason to save the traces in the repo, instead, both the old and the newly generated traces can live on s3, which will make it easier to handle as they are in the same place and it will not require us to push into git every time we want to update the traces.

anabwan commented 5 years ago

@shadiendrawis @galleibo-intel @galnov I've changed how Traces are using the files... it's working on S3 now. please review again.