|
|
|
|
|
by YeGoblynQueenne
2167 days ago
|
|
>> Are they only counting function calls? I guess so. Oh that, yes, it's true. They're listing "average episode lengths" in tables 1-3 and those are their main support for their claim of efficiency. By "episode length" they mean instruction or function calls made during training by the student agent which they compare to the instructions/function calls by the teacher agent. So, no asymptotic analysis, just a count of concrete operations performed to solve e.g. a sorting task. |
|