-
I am using Mujoco v1.5 as physics engine. When I run examples/trpo_swimmer.py, the error is:
`AttributeError: /home/ps/git_resources/rllab_goal_rl/vendor/mujoco/libmujoco150.so: undefined symbol: m…
psguo updated
6 years ago
-
Implementation of on policy algorithms would need an online buffer that holds the transitions, calculates the generalized advantage returns and then samples batches during training.
Or, should we l…
-
when I ran examples/trpo_cartpole_recurrent.py I encountered the following errors:
Traceback (most recent call last):
File "/home/***/Documents/rllab-master/scripts/run_experiment_lite.py", li…
-
Could you please give me a sense/reference what these two func meaing for?
-
Hi, I am a newcomer to drl. When I try to read trpo_step in trpo.py, I notice that you use a linesearch method instead of trust region for numerical optimization. So I want to know why you choose that…
-
I want to use raw image observations, so I am trying to call the _read_pixels_as_in_window(self) in mjviewer.py. However, getting this error:
```
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so:/u…
-
I am trying to run a simple Tensorflow example on CartPole with the LSTMNetwork. It appears a critical member is missing from the class. I also get the same error when using the GRUNetwork.
> Error…
-
После того, как сделаешь проект, сука запили в нем классы для всех моделей из проекта TRPO.Models, чтобы они назывались имяDB типа FlightDB. В них сделать методы для получения всех записей, получения …
-
https://ja1r0.github.io/2018/01/09/TRPO%E8%AE%BA%E6%96%87%E9%98%85%E8%AF%BB/
Ja1r0 updated
6 years ago
-
I've finished training and get a model like this:
![image](https://user-images.githubusercontent.com/57039926/70117507-9ba3c080-16a0-11ea-8316-2bdec4e30847.png)
When I set the args like this:
pars…