-
I want to change my trial name, as suggested here:
https://ray.readthedocs.io/en/latest/tune-usage.html#custom-trial-names
Example (from https://github.com/ray-project/ray/blob/master/python/ray/t…
-
**Describe the bug**
There is an issue loading trained agent files in Python 3.8.
**Code example**
I checked this on the `rl-baselines3-zoo` repository.
```bash
(base) manifold$ python en…
-
I am trying to change the hyperparameters of PPO2 to achieve better results in Pendulum-v0. I have tried using the parameters from RL Baselines Zoo [here](https://github.com/araffin/rl-baselines-zoo/b…
-
**Description**
It would be nice if the azure-storage-blob dependency for apache-airflow-providers-microsoft-azure was upgraded to a more recent version that 2.1.0.
**Use case / motivation**
T…
-
import gym
import numpy as np
import tensorflow as tf
class Memory(object):
def __init__(self):
self.ep_obs, self.ep_act, self.ep_rwd, self.ep_neglogp = [], [], [], []…
-
Hi,
Thanks for sharing this great project!
when I run gail/ gaifo on Pendulum-v0, sometimes, return will become nan, I'm wondering why.
[(venv) haoyux@haoyux-ThinkPad:~/tf2rl-master/examples$ p…
-
When I tried to run SAC on Pendulum-v0 it gives: “KeyError: “Timestep” in line 164 of genrl/deep/common/logger.py. I fixed it by changing it to “timestep” from “Timestep” and it works fine now. If no …
-
Hello,
I am working on the Pendulum-v0 environment and using SAC and TD3 implementations from Stable Baselines. I want to alter the observation_space so I can train the model using image inputs, ins…
-
For I am a fresh man, so I am so confused that how to use robosuite and how to train a grasp agent?
Can anyone give me a beginner level tutorial. Or tell me how can I create a simple demo of grasp b…
-
FYI For the new APIs, see [`MultibodyPlant` documentation](https://drake.mit.edu/doxygen_cxx/classdrake_1_1multibody_1_1_multibody_plant.html).
If you have questions or need help converting to `Mul…