ddd11c1783
Skip Tests: Metaworld does currently not correclty implement seeding
2023-09-18 18:40:47 +02:00
94c4397fac
Fixed incorrect ns seperator for metaworld tests
2023-08-21 11:57:58 +02:00
78823d95b6
Various fixed to tests
2023-08-14 16:47:05 +02:00
a559f92562
Adapted test to new gym interface
...
In prevous gym versions executing a step returned
obs, reward, done, info = env.step(...)
With the switch to gymnasium this has changed to
obs, reward, terminated, truncated, info = env.step(...)
We also made the code a bit more self explainatory.
2023-05-18 17:52:55 +02:00
228e343a1b
Merge branch '47-update-to-new-gym-api' into gym_upgrade
2023-05-15 17:19:50 +02:00
Fabian
c53924d9fc
updated to new API, so tests still failing
2023-01-17 08:27:29 +01:00
Fabian
5cbefb2b11
updated setup.py
2022-12-05 14:07:45 +01:00
Fabian
39815ad09a
updated test to pytest
2022-09-26 09:46:53 +02:00
Fabian
0339361656
renameing alr module and updating tests
2022-07-12 15:17:02 +02:00
Fabian
ade83b5ae6
naming convention and running tests
2022-07-11 16:18:18 +02:00
Fabian
fc00cf8a87
bugfixes
2022-07-07 10:47:04 +02:00
Maximilian Huettenrauch
8b88ce3476
replaced all detpmp with promp
2021-11-30 16:11:32 +01:00
ottofabian
5e33259cb1
added more fine-grained test cases
2021-08-25 17:16:59 +02:00
ottofabian
9b1ccb3235
integrated metaworld tasks into the framework
2021-08-19 09:30:54 +02:00