Closed ariasanovsky closed 11 months ago
To do:
s_0
c_t
trees
x_0
x_0_dev
pi_t_theta
into_unstable_sorted_nodes(self)
unstable_sorted_nodes(&self)
AzModel
dfdx
candle
s_0, s_t, c_t, x_t
pi_t, g_t
trees, p_t, transitions, nodes, ends
get_mut
Cargo.toml
impl AzModel
tensorboard
rayon
rand
learning_loop
ratatui
Breakdown in progress...
Color-coding to identify intermediate structs
Converging on the breakdown, thought I'd share a pic too! Just need to get tree
tree
To do:
s_0
,c_t
,trees
x_0
,x_0_dev
,pi_t_theta
, etc[ ] set up epochinto_unstable_sorted_nodes(self)
intounstable_sorted_nodes(&self)
AzModel
fordfdx
and forcandle
Structs
s_0, s_t, c_t, x_t
pi_t, g_t
trees, p_t, transitions, nodes, ends
get_mut
's and encapsulate those which may unnecessarily create invalid statesCargo.toml
features[ ]candle
:impl AzModel
dfdx
:impl AzModel
tensorboard
: output loggingrayon
: parallel helpersrand
: adding noise to distributionsQuestions
learning_loop
struct? should it include the logger?[ ] do we want a runtime hyperparameter adjustment withratatui
?