Logo
Explore Help
Sign In
hongshaorou/Tianshou
1
0
Fork 0
You've already forked Tianshou
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Tianshou/tianshou/exploration/__init__.py

8 lines
142 B
Python
Raw Normal View History

Add auto alpha tuning and exploration noise for sac. (#80) Add class BaseNoise and GaussianNoise for the concept of exploration noise. Add new test for sac tested in MountainCarContinuous-v0, which should benefits from the two above new feature.
2020-06-16 22:17:28 +08:00
from tianshou.exploration.random import BaseNoise, GaussianNoise, OUNoise
ddpg
2020-03-18 21:45:41 +08:00
__all__ = [
Add auto alpha tuning and exploration noise for sac. (#80) Add class BaseNoise and GaussianNoise for the concept of exploration noise. Add new test for sac tested in MountainCarContinuous-v0, which should benefits from the two above new feature.
2020-06-16 22:17:28 +08:00
'BaseNoise',
'GaussianNoise',
ddpg
2020-03-18 21:45:41 +08:00
'OUNoise',
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 23.8.0 Page: 91ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API