ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
33.98k stars 5.77k forks source link

Tune doesn't show timesteps anymore #5996

Closed ericl closed 5 years ago

ericl commented 5 years ago

This makes it not very useful for monitoring RL runs:

+--------------------------+----------+----------+-----------+--------+------------------+----------+
| Trial name               | ID       | status   | loc       |   iter |   total time (s) |   reward |
|--------------------------+----------+----------+-----------+--------+------------------+----------|
| SAC_Pendulum-v0_79dcd0fe | 79dcd0fe | RUNNING  | pid=11031 |     66 |          163.499 | -1105.85 |
+--------------------------+----------+----------+-----------+--------+------------------+----------+

cc @richardliaw

ericl commented 5 years ago

Can we also drop "ID"? It seems redundant given that it is encoded in the trial name already.

richardliaw commented 5 years ago

@ujvl can you take a look at this?

ujvl commented 5 years ago

will take a look today