Rust Tools
Sources:
- --> How To Install Rust on Ubuntu 20.04
Sources:
Note: This article will only focus on NvChad itself. If you want to simply copy my computer configs (ALL OF THEM), you can refer to How to Set Up on A New Machine.
How to set up configs on a new machine (typically a ubuntu server).
For the usage of most of the rust tools, see my Unix CLI Tools.
My dotfiles are save in:
1 | https://github.com/LYK-love/dotfiles-for-servers |
This chapter introduces three algorithms that are closely related to each other. Briefly speaking, they are all solutions of Bellman optimality equations (BOEs) to get optimal policies.
The previous chapter introduced the Bellman equation of any given policy. The present post introduces the Bellman optimality equation, which is a special Bellman equation whose corresponding policy is optimal. By solving
Sources:
Sources:
Sources: