question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Where to find the definitions of the terms shown in training?

See original GitHub issue

Important Note: We do not do technical support, nor consulting and don’t answer personal questions per email. Please post your question on the RL Discord, Reddit or Stack Overflow in that case.

Question

I was looking for documentation for definitions of the terms used in training, e.g.

-----------------------------------------
| time/                   |             |
|    fps                  | 2447        |
|    iterations           | 3           |
|    time_elapsed         | 30          |
|    total_timesteps      | 73728       |
| train/                  |             |
|    approx_kl            | 0.012046688 |
|    clip_fraction        | 0.124       |
|    clip_range           | 0.2         |
|    entropy_loss         | -2.28       |
|    explained_variance   | 0.58        |
|    learning_rate        | 0.0003      |
|    loss                 | 0.31        |
|    n_updates            | 20          |
|    policy_gradient_loss | -0.0174     |
|    value_loss           | 1.39        |
-----------------------------------------

I could not find anything. As an example for value_loss all I got was a link to the source code for PPO which says

# Value loss using the TD(gae_lambda) target
value_loss = F.mse_loss(rollout_data.returns, values_pred)

This gives a clue but doesn’t tell me the whole story. Is there any documentation for these terms I am missing?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
araffincommented, Feb 10, 2022

probably a duplicate of #662 , PR is welcomed 😉

1reaction
duttashicommented, Feb 10, 2022

@Miffyli I agree and I feel its very important to have elaborate documentation related to the results generated by algorithms implemented in SB3. Absence of which may render fewer users of SB3 library. For instance, consider the Scikit-learn library for machine learning. One reason for its popularity is the extensive documentation pertaining to algorithms in code format. I’ve implemented PPO in SB3 and I’ve no idea how to interpret the results. Its like black magic and honestly does not go in good taste, if I were to use it in production!

Read more comments on GitHub >

github_iconTop Results From Across the Web

15 Types of Questions (With Definitions and Examples)
Learning about unique question types can help you determine which ones are appropriate for a specific workplace situation. In this article, we ...
Read more >
Training and Development: An Examination of Definitions ...
We believe the exploration of training and development definitions is a natural question given the ongoing dialogue regarding definitions of HRD. Although some ......
Read more >
Part 2 - Definitions of Words and Terms
Acquisition means the acquiring by contract with appropriated funds of supplies or services (including construction) by and for the use of the ...
Read more >
Bloom's Taxonomy of Measurable Verbs
Benjamin Bloom created a taxonomy of measurable verbs to help us describe and classify observable knowledge, skills, attitudes, behaviors and abilities.
Read more >
What is Training Needs Analysis? Definition ...
Definition : Training Needs Analysis (TNA) is the process in which the company identifies training and development needs of its employees so that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found