Replies: 2 comments 1 reply
-
Thank you for posting this. I will move the post to our Discussions for the team to follow up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Following up, have you tried using 100 environments? It's definitely looks as an under-training problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Franka Lift Cube Task with Visual Observation
I was trying to modify the Franka-Lift task to use visual observation. The camera is mounted on the end-effector and from the camera's pov, the cube is visible at all the times (screenshot below).
The only change I made was to modify the observation space:
This env cfg is then used by
which contains details about the manipulator.
The agent was trained for roughly
45,109,248
steps but there is still no success at all, infact the manipulator doesnt even try to pickup the cube and stays fixed in a single position (as shown in the screenshot above). The average reward is0.95
Algorithm: PPO
Library: RL_Games
GPU: Nvidia RTX 4060ti
VRAM: 16GB
RAM: 64GB
Envs: 16
horizon_length: 64
minibatch_size: 512
Beta Was this translation helpful? Give feedback.
All reactions