DLR-RM / stable-baselines3

PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
https://stable-baselines3.readthedocs.io
MIT License
8.88k stars 1.68k forks source link

[Question] Is there any paper reference on the principles behind the multiprocess training in Stable-baselines3? #1803

Closed syemichel closed 9 months ago

syemichel commented 9 months ago

❓ Question

I want to use the multiprocessing code from stable baselines 3 as a baseline, but I don't know what paper to cite.

Checklist

araffin commented 9 months ago

Hello, you can cite SB3 paper and also refer to the A2C blog post or A3C paper.

syemichel commented 9 months ago

Hello, you can cite SB3 paper and also refer to the A2C blog post or A3C paper.

Thank you, I will carefully read the A3C paper.