Results 191 issues of Lukasz Stafiniak

Probably also rename `ocannl_config.example`. Double-validate: must be a superset of both commandline args, and of get_global_arg calls. Important for usability.

https://github.com/raven-ml/funocaml-2025-rl Originally at: https://github.com/lukstafi/raven-sokoban/tree/feat/sokoban-rl-environment/dev/fehu split between docs/ and examples/

We will anyway be moving towards a migration model where buffers can appear and disappear as needed, eventually, from the current static / indefinite lifetime model. So this change will...

enhancement

This isn't a bug strictly speaking but it's confusing. Then update the introductory slides also.

I noticed this when updating the introductory slides: ```c void scalar_loss_forward_and_gradient_then_gd_update( const uint32_t i1, const uint32_t i2, float *b1, float *b2, float *learning_rate, float *moons_classes, float *moons_flat, float *scalar_loss, float...

`load ?prefix_namespace path` loads all tensors from a file ensuring that they are disjoint from any pre-existing tensors; it optionally prefixes the namespaces of all the tensors stored in a...

This is critical for "model surgery": being able to load weights of independently developed models, or weights of two snapshots of the same model. We add a type `Tnode.id =...