pfnet / pfrl

PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.18k stars 158 forks source link

add use_shared_memory option #56

Closed shu65 closed 3 years ago

shu65 commented 4 years ago

This PR adds use_shared_memory to share data among agents. When I try to another method to share data, I got errors.

To solve it, I would like to add the option in train_agent_async()

prabhatnagarajan commented 3 years ago

/test

pfn-ci-bot commented 3 years ago

Successfully created a job for commit 05f6719:

shu65 commented 3 years ago

Thank you for the comments. I fixed the docstring.

muupan commented 3 years ago

/test

pfn-ci-bot commented 3 years ago

Successfully created a job for commit e7833e3: