-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): `macOS Catalina 10.15.2 (19C57)`
- TensorFlow installed from (source or binary): binary
- TensorFlow versions:
`…
-
Can you please let us know the parameters used for DDPG algorithm for reproducing results as given in "Benchmarking Deep Reinforcement Learning for Continuous Control" paper (https://arxiv.org/pdf/160…
-
### Metadata
Authors: Stanislau Semeniuta, Aliaksei Severyn, Sylvain Gelly
Organization: Google AI
Conference: NIPS 2018
Paper: https://arxiv.org/pdf/1806.04936.pdf
-
Hi everyone,
I'm new to rllab and now working about the environment, so I start with PointEnv.
As we know, PointEnv is to make a point learn to go to origin point.
I add some obstacles in the o…
-
**Describe the bug**
The following error occurred when I ran the code for a long time
pgon = o.set.polygon()
File "/home/mym/code_GPU/src/sets/Polytope.py", line 107, in polygon
V = …
-
`SubGraphMatrix` (and in perspective `SubGraphTensor`) is the reference class for graph algebra and network analysis. Would it be better to rename the `subg.py` module and classes therein for encompas…
-
@jstac @thomassargent30 @ChrisRackauckas
Starting with the python version as a reference: https://python.quantecon.org/sir_model.html
My thought is that there could be two lectures here:
- `M…
-
Right now `MetricFrame` only works with metrics with the signature `metric(y_true, y_pred)`, but its disaggregation functionality should be much more broadly applicable. Two use cases of interest:
…
-
There was some talk about training a handicap NN in the other issue, however it's already quite long and handi games are offtopic there too. So want to continue that part of the discussion elsewhere. …
Dorus updated
6 years ago
-
When an Earth model is fit with labels that have a single dimension (and are of shape (n,1), score_samples is not behaving as expected.
The problem is that in the code below y_hat is being returned…