This website requires JavaScript.
Explore
Help
Sign In
hongshaorou
/
Tianshou
Watch
1
Star
0
Fork
0
You've already forked Tianshou
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Tianshou
/
tianshou
/
highlevel
/
module
History
Dominik Jain
d18ded333e
CriticFactoryReuseActor: Fix the case where we want to reuse an actor's
...
preprocessing network for the critic (must be applied before concatenating the actions)
2024-04-29 18:27:02 +02:00
..
__init__.py
Add support for discrete PPO
2023-10-18 20:44:16 +02:00
actor.py
Fix mypy issues in tests and examples (
#1077
)
2024-04-03 18:07:51 +02:00
core.py
Add documentation, improve structure of 'module' package
2023-10-18 20:44:18 +02:00
critic.py
CriticFactoryReuseActor: Fix the case where we want to reuse an actor's
2024-04-29 18:27:02 +02:00
intermediate.py
Revert "Depend on sensAI instead of copying its utils (logging, string)"
2023-11-08 19:11:39 +01:00
module_opt.py
Rename class ActorCriticModuleOpt -> ActorCriticOpt
2023-11-06 16:51:41 +01:00
special.py
Revert "Depend on sensAI instead of copying its utils (logging, string)"
2023-11-08 19:11:39 +01:00