You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if I want to run the script python baselines/her/experiment/train.py --num_cpu 19 --env_name HandManipulateBlock-v0 --n_epochs 200 --replay_strategy future
Will each mpi worker hold an individual replay buffer?
Within each mpi worker, I calculated the sum of the actions in the replay buffer and found them to be different.
The text was updated successfully, but these errors were encountered:
For example, if I want to run the script
python baselines/her/experiment/train.py --num_cpu 19 --env_name HandManipulateBlock-v0 --n_epochs 200 --replay_strategy future
Will each mpi worker hold an individual replay buffer?
Within each mpi worker, I calculated the sum of the actions in the replay buffer and found them to be different.
The text was updated successfully, but these errors were encountered: