tensorlayer / TensorLayer

Deep Learning and Reinforcement Learning Library for Scientists and Engineers
http://tensorlayerx.com
Other
7.31k stars 1.61k forks source link

docs: fix simple typo, determinstic -> deterministic #1110

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in examples/reinforcement_learning/tutorial_SAC.py, examples/reinforcement_learning/tutorial_TD3.py.

Should read deterministic rather than determinstic.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

zsdonghao commented 3 years ago

@timgates42 you may need to fix the travis before merging