Skip to content

Commit 90dc15a

Browse files
authored
Merge branch 'main' into guangyey/accelerator4
2 parents 7783993 + 15f7cb3 commit 90dc15a

17 files changed

+185
-367
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
"intermediate_source/flask_rest_api_tutorial",
5151
"intermediate_source/text_to_speech_with_torchaudio",
5252
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
53-
"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"
5753
]
5854

5955
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)