canvas object displays the data but data is still empty
This commit is contained in:
parent
bcdfa5a710
commit
ef70c30ed6
@ -5,8 +5,8 @@ export const usePStore = defineStore('Policy Store', {
|
||||
return {
|
||||
policy: Array(10).fill(0),
|
||||
nr_weights: 5,
|
||||
weights: [0, 0, 0, 0, 0],
|
||||
max_steps: 10,
|
||||
weights: [-1, -1, 1, 0, 0],
|
||||
max_steps: 100,
|
||||
}
|
||||
},
|
||||
getters: {
|
||||
|
Loading…
Reference in New Issue
Block a user