Skip to content

Commit 96db02e

Browse files
committed
Make default network match sb3
1 parent 743fd8e commit 96db02e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • oryx/policy/actor_critic

oryx/policy/actor_critic/mlp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(
4444
*,
4545
feature_size: int = 64,
4646
feature_width: int = 64,
47-
feature_depth: int = 2,
47+
feature_depth: int = 0,
4848
value_width: int = 64,
4949
value_depth: int = 2,
5050
action_width: int = 64,

0 commit comments

Comments
 (0)