serl icon indicating copy to clipboard operation
serl copied to clipboard

SERL: A Software Suite for Sample-Efficient Robotic Reinforcement Learning

Results 28 serl issues
Sort by recently updated
recently updated
newest added

when I run `bash run_learner.sh` from "Quick Start with SERL in Sim" sent initial network to actor learner: 0%| | 0/1000000 [00:00

Hi, thank you for the great work on this repo! In the `async_cable_route_drq` task, I noticed that the `record_demo.py` script requires a pre-trained classifier `checkpoint_path` to initialize the `BinaryRewardClassifierWrapper`. However,...

Good day! I have been trying to get this repository running and I feel that the use of `MujocoRenderer` is somehow outdated (I followed the instructions and it didn't work...

Hi, We are trying to train SERL for a different set of tasks. We see that the compliance params and action_scale very widely between different tasks in SERL. What do...

修改requirements.txt文件内 将 gymnasium 改为 gymnasium==0.29.1

I ran into a problem with insufficient memory when running the image observation example(serl/examples/async_drq_sim/async_drq_sim.py) on my NVIDIA GeForce RTX 4070 Ti.The error is as follows: E1221 16:46:49.290140 30613 pjrt_stream_executor_client.cc:3085] Execution...

when i run: python franka_sim/franka_sim/test/test_gym_env_human.py ![image](https://github.com/user-attachments/assets/db3d6e5b-0ae6-429c-a8f0-3e2dfa416e87) I am very interested in SERL, but i dont known how to solve this problem. ubuntu20.04, Nvidia 565, cuda12.6, I would be very grateful...

This fixes "panda/gripper_pos" type to be compatible with the space.Box shape 1.

Hi all This is a pull request as mentioned [here](https://github.com/rail-berkeley/serl/issues/51). The goal was to implement voxel-based vision for a box picking task with a UR5 robot arm. ### New implementations:...

In robot control, the action sent by the policy could not be executed completely in one step, which breaks mdp principle (more like pomdp). In your paper, the control frequence...