Skip to content

Commit 0466e9c

Browse files
authored
Merge branch 'main' into patch-1
2 parents e10358f + 8604b4b commit 0466e9c

16 files changed

+20
-165
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
"intermediate_source/text_to_speech_with_torchaudio",
5252
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
5353
"intermediate_source/torch_export_tutorial", # reenable after 2940 is fixed.
54-
"advanced_source/pendulum",
55-
"beginner_source/onnx/export_simple_model_to_onnx_tutorial",
56-
"beginner_source/onnx/onnx_registry_tutorial"
5754
]
5855

5956
def tutorial_source_dirs() -> List[Path]:
38.1 KB
Loading
-34 KB
Binary file not shown.
-7.37 KB
Binary file not shown.
-15.9 KB
Binary file not shown.
-8.41 KB
Binary file not shown.
-381 Bytes
Loading
60.5 KB
Loading
-94.9 KB
Binary file not shown.

advanced_source/coding_ddpg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ def make_recorder(actor_model_explore, transform_state_dict, record_interval):
893893
record_frames=1000,
894894
policy_exploration=actor_model_explore,
895895
environment=environment,
896-
exploration_type=ExplorationType.MEAN,
896+
exploration_type=ExplorationType.DETERMINISTIC,
897897
record_interval=record_interval,
898898
)
899899
return recorder_obj

0 commit comments

Comments
 (0)