-
I apparently can't use a variable with the name `d`
``` julia
julia> using RecipesBase, Plots
julia> type A end
julia> @recipe function f(::A)
d = 100
randn(d)
end
appl…
-
Hi,
I had my continuous mountain car environment accepted, it is now on the repository and it has its own page, that people from openAI made by themselves.
I like it. But before this page existed, …
-
when the rllab trpo code is applied to the mountain-car env., it does not climb the mountain well until 500 iterations.
It is strange since the TRPO algorithm implemented by OpenAI (https://github.…
-
-
I've seen this multiple times, never before with the current ray backend though.
```
+ docker run -e RAY_USE_XRAY=1 --rm --shm-size=10G --memory=10G cfca7c87523a7d361ba790a1c243ee28904b7148b9b0bd0…
ericl updated
4 years ago
-
Platform: Ubuntu 18.04 (in lxd container)
Doing "pip3 install esque" gives the following.
```
ubuntu@ldex-kafka:~$ sudo pip3 install esque
The directory '/home/ubuntu/.cache/pip/http' or its p…
-
**Description**
When I try to instantiate a TD3 model, I get an error in the init function on line 136:
```bash
ValueError: Variable input/model/pi_fc0/w already exists, disallowed. Did you mean to…
-
**Submitting author:** @moorepants (Jason K. Moore)
**Repository:** https://github.com/csu-hmc/opty
**Version:** v0.2.0
**Editor:** @Kevin-Mattheus-Moerman
**Reviewer:** @stavness
**Archive:** 10…
-
I haved trained Pendulum-v0 and saved the model's weights, the model converged and the mean reward was about -200. But when I run the application again by using "load_weights()", the mean reward is ab…
-
In the upcoming version 0.15.0 of `arrow`, we will be making a lot of changes to the behavior of `arrow.get()` to address a number of reported parsing bugs. We have outlined the changes below:
# Fi…