We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f66d3 commit cb700b7Copy full SHA for cb700b7
README.md
@@ -99,7 +99,7 @@ const { log } = console
99
// a continuous state and discrete action space.
100
const env = await gymie.make<Continuous, Discrete>(envId)
101
const space = await env.actionSpace()
102
- log('Action Space:', space) // => Action Space: n
+ log('Action Space:', space) // => Action Space: { name: 'Discrete', n: number }
103
104
const initialState = await env.reset()
105
log('Initial State:\n', initialState) // => Initial State: number[]
0 commit comments