saleml
|
e90cdf1be9
Fix ViewSizeWrapper that changed the observation space of the unwrapped env !
|
2 yıl önce |
saleml
|
a17d3ca3bf
matplotlib set_window_title is deprecated
|
2 yıl önce |
saleml
|
8ccd07a1ec
use the new render mode api
|
2 yıl önce |
saleml
|
3505bee528
adopt new render_mode to benchmark.py
|
2 yıl önce |
saleml
|
22b50565dd
In the new gym api, reset takes two extra arguments. This removes some warnings.
|
2 yıl önce |
saleml
|
6452908067
option to set rendering_mode when creating the environment with gym.make, as required by the new gym API
|
2 yıl önce |
saleml
|
fc1b718339
rename metadata keys as to match the gym API
|
2 yıl önce |
saleml
|
13e97f86a1
fix bug with random.choice on a string
|
2 yıl önce |
saleml
|
cac13fa8ef
Adapt to the new gym API where the seed is given to the reset function of the env (by calling super().reset())
|
2 yıl önce |
saleml
|
8404e37bdb
gym's rng's randint is deprecated, and is replaced with `integers`
|
2 yıl önce |
saleml
|
be59117fcf
Fix ViewSizeWrapper whose observations didn't match its observation space
|
2 yıl önce |
saleml
|
bde32a2cd2
Use the right setters for the wrapped env's observation_space (i.e. without modifying the unwrapped one's)
|
2 yıl önce |
saleml
|
ce22f87a27
add **kwargs to __init__ functions of all classes inhertting from MiniGridEnv, in order to be able to use gym.make the right way
|
2 yıl önce |
saleml
|
56cc2baa25
New wrapper: Use MultiDiscrete gym space to represent textual observation. This allow for smooth usage with RL libraries that require observations to be portable to torch
|
2 yıl önce |
saleml
|
c366eb2a0e
Add a gym Space to handle textual observations, and update the environment obervation_space accordingly
|
2 yıl önce |
saleml
|
0df8a0e56a
lower-case upper-cased mission
|
2 yıl önce |
saleml
|
5ea1a48883
fix setup.py
|
2 yıl önce |
Jordan Terry
|
4c110a445d
Update setup.py
|
3 yıl önce |
Howard Huang
|
29f8a09735
Include all observations in wrapper (#181) (#182)
|
3 yıl önce |
Harry Zhao
|
b39223c903
Update README.md (#180)
|
3 yıl önce |
bgLeon
|
114c80e2d5
added ICLR 2022 (#178)
|
3 yıl önce |
Zhitao Gong
|
bf4dbaabe6
Update roomgrid.py (#176)
|
3 yıl önce |
Maxime Chevalier-Boisvert
|
399c04d73b
Update README.md
|
3 yıl önce |
Maxime Chevalier-Boisvert
|
2161af9d5d
Update matplotlib code in responde to #169
|
3 yıl önce |
Eduardo Pignatelli
|
6116191b15
Adding symbolic observation wrapper (#165)
|
3 yıl önce |
Simone Parisi
|
03cf21f61b
Added NeurIPS 2021 paper on RL Exploration (#164)
|
3 yıl önce |
Akifumi Wachi
|
1d4edcfd58
Added NeurIPS-21 paper on Safe RL (IBM, Tshinghua) (#161)
|
3 yıl önce |
Maxime Chevalier-Boisvert
|
9a94b5ebb9
Update wrappers.py
|
3 yıl önce |
Vladislav Kurenkov
|
6f5fe8588d
Fix grid hashing (#142)
|
3 yıl önce |
Harry Zhao
|
51c31261a1
Update README.md (#141)
|
3 yıl önce |