Skip to content

Commit

Permalink
add yaos' for bounded exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoting159753 committed Jan 9, 2025
1 parent eae247c commit 12e03c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cares_reinforcement_learning/util/network_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,9 @@ def create_STEVESAC_Bounded_Yao(
return agent


def create_DynaSAC_NS_IW(observation_size, action_num, config: acf.DynaSAC_NS_IWConfig):
def create_DynaSAC_NS_IW(
observation_size, action_num, config: acf.DynaSAC_NS_IWConfig
):
"""
Create networks for model-based SAC agent. The Actor and Critic is same.
An extra world model is added.
Expand Down

0 comments on commit 12e03c0

Please sign in to comment.