Access Trial Info within Trainable

Is it possible to access Trial info within a Trainable?

It is - but it depends on what info you need.

Currently there are the following functions to get some information: tune.get_trial_dir() tune.get_trial_name() and get_trial_id()

See Training (tune.Trainable, tune.report) — Ray 1.11.0

Does this suffice your usecase?

Thanks - this is actually where I’m going…