will-maclean / sb3-burn

Implementation of stable-baselines3 in rust with burn
MIT License
11 stars 0 forks source link

implement hard/soft model copying #20

Closed will-maclean closed 4 weeks ago

will-maclean commented 4 weeks ago

required for #5

fn model_update<B: Backend, M: Module<B>>(from: &M, to: &M, polyak_tau: Option<f32>) -> M
will-maclean commented 4 weeks ago

Solved in 2bbd8f7