Skip to content

Commit cb700b7

Browse files
authored
Update README.md
1 parent e8f66d3 commit cb700b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const { log } = console
9999
// a continuous state and discrete action space.
100100
const env = await gymie.make<Continuous, Discrete>(envId)
101101
const space = await env.actionSpace()
102-
log('Action Space:', space) // => Action Space: n
102+
log('Action Space:', space) // => Action Space: { name: 'Discrete', n: number }
103103

104104
const initialState = await env.reset()
105105
log('Initial State:\n', initialState) // => Initial State: number[]

0 commit comments

Comments
 (0)