HER+SAC on Robotic Environment
See original GitHub issueHi I am getting this error while running this code:
python train.py --algo her --env FetchPickAndPlace-v1 --tensorboard-log "C:\Users\pei-seng.tan\Desktop\Deep_RL\rl-baselines-zoo\USM_RL\SAC+HER" --eval-freq 10000 --eval-episodes 10 --save-freq 100000
It happens when the time-steps=10000
May I know how do i solve it?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
A soft robot that adapts to environments through shape change
Modeling this robot in simulation, we explore its capabili- ties in two environments and demonstrate the existence of environment-specific ...
Read more >Laying the ground for robotic strategies in environmental ...
Proper soil stabilization is key to sustainable land management in industries such as construction, mining, and agriculture; and land ...
Read more >Advanced Methods for Robot-Environment Interaction towards ...
A fundamental aspect of robot-environment interaction in industrial ... In this paper, a solution to model the environment of the robot in order...
Read more >Robotics for Society - ESA Business Applications
Robots are used in multiple areas, especially where they can alleviate strenuous tasks or complete missions that are dangerous for a human to...
Read more >The Impact of Robotics on Safety and Health | Wolters Kluwer
This is primarily because robots can take the place of employees in potentially hazardous environments. Robots can reduce the risk of falls from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You forgot to give the complete traceback… it is due to the eval env which is not properly wrapped. See the warning:
I would appreciate a PR that solves this issue.
Ok I’ll give it a try. But I will need to create a PR for Stable Baselines as well since I’m changing
HERGoalWrapper