-
I failed to install libglu1-mesa-dev,so I just use "pip install torcs". But it seems that many problem occur.
When I run snakeoil3_gym.py,it look like this and always relauch.
/usr/bin/python2.7 /h…
-
Hi
While installing recsim we ran into following issue as it was trying latest version of dopamine-rl 3.1.1:
```
Collecting jaxlib>=0.1.52 (from dopamine-rl>=2.0.5->recsim)
Could not find a…
-
I found the indexing in build_function not right.
You can run the code below to testify the wrong indexing in VS[:, A]
This indexing should be written like line 51, 52 in https://github.com/ShibiHe/D…
-
Current Setup:
There is a lot of hard coding which brings a lot of problems when trying to generalize the framework across multiple settings.
To be introduced:
Code will be cleaned and hardcoded …
-
Would it be possible to get some examples up using tf-agents?
I'm attempting to leverage poke-env to drive some RL agents. `keras-rl2` seems to be discontinued, so TF Agents seems like the best ro…
-
Hi alifanov, Thanks for giving out your code, it's a very good example.
I try to train simple-EC , But I feel very slowly . Doesn't it take into account more CPU to train EC by synchronous ?
T…
-
I think this bug is related to the one I reported previously, which you fixed (Thanks!).
Were your pretrained weights trained using Theano? Can they be made run under TensorFlow?
I get a ValueError…
-
Based on the available expert controller design examples (PI-based inner current/voltage control + droop control for power sharing) it will be very interesting to highlight the shortcomings and adavan…
-
If you open a GitHub issue, here is our policy:
It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead).
The form below…
-
Running in both windows and WSL
python3 init_ac_agent.py --board-size 9 ac_v1.hdf5
produce the following error message
Traceback (most recent call last):
File "init_ac_agent.py", line 42, …