gym-http-api icon indicating copy to clipboard operation
gym-http-api copied to clipboard

Update Rust Client

Open NivenT opened this issue 7 years ago • 2 comments

I updated the rust client to use reqwest instead of directly using hyper, fixed a bug in the way box spaces were being sample, and just all around made the code a little nicer. I believe this should resolve #55

Also, I went ahead and fixed the contributor's page issue in the readme.

NivenT avatar Jul 22 '17 11:07 NivenT

Is this a breaking change? I.e., will existing code that uses the old API break with this change?

unixpickle avatar Sep 18 '17 18:09 unixpickle

Yes it would, but minimally. GymClient::new now returns a Result, so users would not need to handle the case that an error occurs.

NivenT avatar Sep 22 '17 23:09 NivenT