ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

The following `multiprocessing` code should be moved into `if __name__ == '__main__':`

Open Yonv1943 opened this issue 3 years ago • 0 comments

To use multiprocessing, the following code should be moved into if __name__ == '__main__':

https://github.com/AI4Finance-Foundation/ElegantRL/blob/91c1c3d8747d5a3dcf83d4051ba15250b4a750a8/examples/tutorial_BipedalWalker-v3.py#L29-L48

.

Yonv1943 avatar Apr 21 '22 06:04 Yonv1943