DrTtnk

Results 4 issues of DrTtnk

**Is your feature request related to a problem? Please describe.** Defining a reward function may be complex or just impossible in some cases (ie: an agent making a back-flip or...

request

## 🚀 Feature request ### Current Behavior None ### Desired Behavior I don't have the terminology, I'll try to be as clear as possible I find myself with an object...

I have noticed that the `t.optional` is equivalent to `T|undefined|null` which may be a quite different behaviour from `T|undefined` and `T`, in particular with the new typescript 4.4 `--exactOptionalPropertyTypes` Would...