saleml
|
d20e9133b3
no imports from gym.core
|
3 年之前 |
saleml
|
37aac4dcca
factorize seeding in manual_control
|
3 年之前 |
saleml
|
b8158c8710
remove extra space from Text spaces
|
3 年之前 |
saleml
|
0832a47bc1
backward compatibility for environment metadata
|
3 年之前 |
saleml
|
6018c3d253
gym 0.25 still not in pip - use release branch instead
|
3 年之前 |
saleml
|
6ddaa9fc6e
use the new gym Text space and official git repo in setup and yml file
|
3 年之前 |
saleml
|
c8d0c353fb
Add __eq__ method for StringGymSpace - Necessary to allow for Vectorized Environments in gym
|
3 年之前 |
saleml
|
e782182d9b
use the correct initialization for custom gym space
|
3 年之前 |
saleml
|
5dfa28e955
fix seeding typo
|
3 年之前 |
saleml
|
4f29354572
add missing `args.` when seeding in manual_control
|
3 年之前 |
saleml
|
59774e3ffe
fix typo in .travis.yml
|
3 年之前 |
saleml
|
1f9b72c0f5
travis not supporting python 3.10
|
3 年之前 |
saleml
|
8d6a3470f2
temporary change of setup.py and .travis.yml to account for gym's current bugs
|
3 年之前 |
saleml
|
e3aac67a0a
Seeding environments the right way during tests
|
3 年之前 |
saleml
|
162bab2fb5
add condition to RGBImgObsWrapper's signature
|
3 年之前 |
saleml
|
bec1633024
move EmptyEnvWithExtraObs to empty.py so that it can be called the right way with gym.make
|
3 年之前 |
saleml
|
857b6ac885
update setup and travis.yml
|
3 年之前 |
saleml
|
1dfbe380ab
add kwargs to init methods of SimpleCrossing Environments
|
3 年之前 |
saleml
|
cf723609e4
use new gym api for rendering in RGBImgObsWrapper
|
3 年之前 |
saleml
|
4ffa851fd3
use new gym api for rendering
|
3 年之前 |
saleml
|
3f3703355b
add **kwargs to reset function
|
3 年之前 |
saleml
|
e59132a6df
fix render_mode and render's argument mode compatibility
|
3 年之前 |
saleml
|
e90cdf1be9
Fix ViewSizeWrapper that changed the observation space of the unwrapped env !
|
3 年之前 |
saleml
|
a17d3ca3bf
matplotlib set_window_title is deprecated
|
3 年之前 |
saleml
|
8ccd07a1ec
use the new render mode api
|
3 年之前 |
saleml
|
3505bee528
adopt new render_mode to benchmark.py
|
3 年之前 |
saleml
|
22b50565dd
In the new gym api, reset takes two extra arguments. This removes some warnings.
|
3 年之前 |
saleml
|
6452908067
option to set rendering_mode when creating the environment with gym.make, as required by the new gym API
|
3 年之前 |
saleml
|
fc1b718339
rename metadata keys as to match the gym API
|
3 年之前 |
saleml
|
13e97f86a1
fix bug with random.choice on a string
|
3 年之前 |