Eduardo Pignatelli
Eduardo Pignatelli
Hi there, I am using `bsuite` to implement the dqn in _Human level control through deep reinforcement learning_. Whilst using the DMEnv wrapper for gym environments, I found useful for...
## Description We are in the following situation: - We have a repository that does not contain any submodule in the, say, `master` branch - We branch out of the...
After installing `nb_conda` with `conda install nb_conda`, I cannot interrupt the kernel anymore. Clicking the "terminate kernel" button is just ineffective. ``` # Name Version Build Channel nb_conda 2.2.1 py36_0...
### This issue has been archived Historic issue archive can be found [here](https://burohappold.sharepoint.com/sites/BHoM/01_Master%20File/Forms/AllItems.aspx?id=%2Fsites%2FBHoM%2F01_Master%20File%2F999_BHoM_GitHub_History_Archive)
**Edit**: Now called `CustomRequest`
`np.int` and analogous expired their deprecation period and have been removed in Numpy 0.24.0: https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations This causes: ```python import bsuite # Output AttributeError: module 'numpy' has no attribute 'int' ```
I didn't find a parent common interface for all the `bsuite` environments, but a common patter is to have a method `get_observation` to collect the current observation. `Catch`, however, is...
Aligning the `Catch._observation` method to the other environements. See #43 for more.