Add reserved OS environments warning

This commit is contained in:
allegroai 2022-03-24 19:22:04 +02:00
parent aa4e5ea745
commit 6fb49fcd03

View File

@ -100,6 +100,8 @@ class Task(_Task):
.. warning::
Do not construct Task objects directly. Use one of the methods listed below to create experiments or
reference existing experiments.
Do not define `CLEARML_TASK_*` and `CLEARML_PROC_*` OS environments, they are used internally
for bookkeeping between processes and agents.
For detailed information about creating Task objects, see the following methods: