baselines icon indicating copy to clipboard operation
baselines copied to clipboard

Each mpi worker holds an individual replay buffer in HER?

Open NoListen opened this issue 2 years ago • 0 comments

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.

NoListen avatar Dec 13 '22 16:12 NoListen