saleml
|
e90cdf1be9
Fix ViewSizeWrapper that changed the observation space of the unwrapped env !
|
2 年 前 |
saleml
|
22b50565dd
In the new gym api, reset takes two extra arguments. This removes some warnings.
|
2 年 前 |
saleml
|
6452908067
option to set rendering_mode when creating the environment with gym.make, as required by the new gym API
|
2 年 前 |
saleml
|
fc1b718339
rename metadata keys as to match the gym API
|
2 年 前 |
saleml
|
13e97f86a1
fix bug with random.choice on a string
|
2 年 前 |
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 年 前 |
saleml
|
8404e37bdb
gym's rng's randint is deprecated, and is replaced with `integers`
|
2 年 前 |
saleml
|
c366eb2a0e
Add a gym Space to handle textual observations, and update the environment obervation_space accordingly
|
2 年 前 |
Eduardo Pignatelli
|
6116191b15
Adding symbolic observation wrapper (#165)
|
3 年 前 |
Vladislav Kurenkov
|
6f5fe8588d
Fix grid hashing (#142)
|
3 年 前 |
Wilka Carvalho
|
b08fa6a058
fixes rendering (#128)
|
4 年 前 |
bion howard
|
d3b1ea8df4
add env.close method (#100)
|
4 年 前 |
Maxime Chevalier-Boisvert
|
b84d99a2fb
In response to #96
|
4 年 前 |
Xavier Bouthillier
|
1a29011da4
Add hashing to environment (#94)
|
5 年 前 |
Maxime Chevalier-Boisvert
|
15da67b9ee
Fix floor tile rendering, issue #90
|
5 年 前 |
Petr Kuderov
|
1e8b22e92b
Fix mistyped variable name obj_type in WoldObj.decode method (#89)
|
5 年 前 |
Maxime Chevalier-Boisvert
|
9d1bc63bff
Highlight visible cells in agent view
|
5 年 前 |
Maxime Chevalier-Boisvert
|
eed64276b5
Implemented anti-aliasing to make it look prettier
|
5 年 前 |
Maxime Chevalier-Boisvert
|
ff9583669b
Create matplotlib window for human rendering mode
|
5 年 前 |
Maxime Chevalier-Boisvert
|
573e5e77a2
Added command line option to see agent view. Fixed issues with wrappers.
|
5 年 前 |
Maxime Chevalier-Boisvert
|
48bb96e238
Rendering lava
|
5 年 前 |
Maxime Chevalier-Boisvert
|
be6219cbfa
Fix box rendering
|
5 年 前 |
Maxime Chevalier-Boisvert
|
220af251f5
Draw boxes
|
5 年 前 |
Maxime Chevalier-Boisvert
|
b8b04dbb4d
Rendering keys. Improved rendering for locked doors.
|
5 年 前 |
Maxime Chevalier-Boisvert
|
669270d1b5
Render doors. Fix bug in fill_coords() function.
|
5 年 前 |
Maxime Chevalier-Boisvert
|
39f1c59e1c
Implemented grid highlighting
|
5 年 前 |
Maxime Chevalier-Boisvert
|
3fdf885346
Completed port of manual_control script to use matplotlib
|
5 年 前 |
Maxime Chevalier-Boisvert
|
ea2afb32d3
Drawing agent. Code to draw MiniGrid using Matplotlib
|
5 年 前 |
Maxime Chevalier-Boisvert
|
e17fe41fbf
Draw tile edges
|
5 年 前 |
Maxime Chevalier-Boisvert
|
c1d3cc5835
Sketched tile caching. Removed PyQT dependencies.
|
5 年 前 |