canvas object displays the data but data is still empty

This commit is contained in:
Niko Feith 2023-03-03 14:59:24 +01:00
parent bcdfa5a710
commit ef70c30ed6

View File

@ -5,8 +5,8 @@ export const usePStore = defineStore('Policy Store', {
return { return {
policy: Array(10).fill(0), policy: Array(10).fill(0),
nr_weights: 5, nr_weights: 5,
weights: [0, 0, 0, 0, 0], weights: [-1, -1, 1, 0, 0],
max_steps: 10, max_steps: 100,
} }
}, },
getters: { getters: {