Xingyu-Lin / mbpo_pytorch

A pytorch reprelication of the model-based reinforcement learning algorithm MBPO
150 stars 38 forks source link

rollout_batch_size #7

Open ChenDRAG opened 2 years ago

ChenDRAG commented 2 years ago

rollout_batch_size is default to 100k, which is what I don't understand? Does this mean even is real data is something like 5k, you still sample each data 20 times, and produce 100k data each time you call that function??