Skip to content

Commit 6a775f3

Browse files
authored
Fix typo in Jumanji name (#36)
1 parent af7a541 commit 6a775f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ For a bit more advanced introduction see provided [walkthrough notebook](example
132132

133133
### On environment interface
134134

135-
Currently, there are a lot of new JAX-based environments appearing, each offering its own variant of API. Initially, we tried to reuse Jumaji, but it turned out
135+
Currently, there are a lot of new JAX-based environments appearing, each offering its own variant of API. Initially, we tried to reuse Jumanji, but it turned out
136136
that its design [is not suitable for meta learning](https://github.com/instadeepai/jumanji/issues/212). The Gymnax design appeared to be more appropriate, but unfortunately it is not actively supported and
137137
often departs from the idea that parameters should only be contained in `env_params`. Furthermore, splitting
138138
`timestep` into multiple entities seems suboptimal to us, as it complicates many things, such as envpool or dm_env

0 commit comments

Comments
 (0)