MathisWellmann / gym-rs

OpenAI's Gym written in pure Rust for blazingly fast performance
MIT License
76 stars 15 forks source link

Make ActionType Clone + Debug #1

Closed BKDaugherty closed 3 years ago

BKDaugherty commented 3 years ago

Hey Mathis! I started using this repo because I didn't want to deal with Python Bindings. Found it to work for me pretty well! One thing I was frustrated with was not being able to Clone ActionType's directly, so I thought I'd make the change myself.

While I was here, thought I might as well make them Debug as well. Let me know if you have any druthers!