-
when I run `pip install recsim` to install the `recsim`,following error occurred:
> ERROR: Could not find a version that satisfies the requirement dopamine-rl>=2.0.6 (from recsim) (from versions…
-
After following the installation instructions.
I used pip3 as python2 was failing to install the atari lib.
I also upgraded dopamine.
I am running in an python3.7 virtual env
```
Successful…
-
Hi. I am unable to read pandas data frame into d-tale. Below is the error -
>>dtale.show(df)
---------------------------------------------------------------------------
JSONDecodeError …
-
### Describe the bug
When load() is called on Cora datasets, HTTP error 404 is reported.
### To Reproduce
Steps to reproduce the behavior:
1. This experiment is done on google colab
`impo…
-
Here I'd like to share some random thoughts on this package in the following three aspects:
1. Existing core components in current version(v0.3.0)
1. What are missing to support distributed reinfo…
-
Hi Jerin,
Is the first cell needed for anything other than storage/ vscode linkage?
If not, the sample Colab Notebook seems to have some bug. Have a look at this when you get the time : https://…
-
I am trying to call magenta from R using the reticulate package and the following calls.
library(reticulate)
use_virtualenv("magenta")
import('magenta')
When I run a pip freeze in the termina…
-
Hello all!
I was wondering if anyone knows how to resolve the following error message? This is taken from the Cartpole colab without changing any of the code. Does the dqn_config = ... need any valu…
-
**Dear colleagues,**
As the author and maintainer of BTGym, which has been specially designed to integrate machine learning models with trading strategies, I witness a clear absence of algorithmic …
-
I would like to test out some of these environments in existing RL reference implementations, eg Baselines, Dopamine, RLLib, etc. But I would especially like to be able to use some of the environment …