Skip to content

Commit 6baf3ad

Browse files
committed
formatting
1 parent 1da6c43 commit 6baf3ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ml-agents-envs/mlagents_envs/side_channel/default_training_analytics_side_channel.py

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def environment_initialized(self) -> None:
3838
python_version=f"{vi[0]}.{vi[1]}.{vi[2]}",
3939
mlagents_version="Custom",
4040
mlagents_envs_version=mlagents_envs.__version__,
41+
torch_version="Unknown",
42+
torch_device_type="Unknown",
4143
)
4244
any_message = Any()
4345
any_message.Pack(msg)

0 commit comments

Comments
 (0)