We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe23f67 commit df6f507Copy full SHA for df6f507
README.md
@@ -1,3 +1,3 @@
1
-# Cersyve
+# Cersyve.jl
2
3
[](https://github.com/yangyujie-jack/Cersyve.jl/actions/workflows/CI.yml?query=branch%3Amaster)
test/model_test.jl
@@ -3,7 +3,7 @@ using Test
4
task = Unicycle
5
hidden_sizes = [32, 32]
6
-data = Dict(
+data = Dict{String, Array{Float32}}(
7
"x_mean" => zeros(Float32, task.x_dim),
8
"x_std" => ones(Float32, task.x_dim),
9
"u_mean" => zeros(Float32, task.u_dim),
0 commit comments