- SB3 Agent loading
- rename agent.py -> agent_abc.py
- rename hardcoded.py -> hardcoded_abc.py
- Tests
- Added in test asset that is used to load the SB3 Agent
This commit is contained in:
Czar.Echavez
2023-07-13 16:24:03 +01:00
parent 54e4da1250
commit e2d5f0bcff
15 changed files with 12767 additions and 53 deletions

View File

@@ -0,0 +1,26 @@
Episode,Average Reward
1,-0.009857999999999992
2,-0.009857999999999992
3,-0.009857999999999992
4,-0.009857999999999992
5,-0.009857999999999992
6,-0.009857999999999992
7,-0.009857999999999992
8,-0.009857999999999992
9,-0.009857999999999992
10,-0.009857999999999992
11,-0.009857999999999992
12,-0.009857999999999992
13,-0.009857999999999992
14,-0.009857999999999992
15,-0.009857999999999992
16,-0.009857999999999992
17,-0.009857999999999992
18,-0.009857999999999992
19,-0.009857999999999992
20,-0.009857999999999992
21,-0.009857999999999992
22,-0.009857999999999992
23,-0.009857999999999992
24,-0.009857999999999992
25,-0.009857999999999992
1 Episode Average Reward
2 1 -0.009857999999999992
3 2 -0.009857999999999992
4 3 -0.009857999999999992
5 4 -0.009857999999999992
6 5 -0.009857999999999992
7 6 -0.009857999999999992
8 7 -0.009857999999999992
9 8 -0.009857999999999992
10 9 -0.009857999999999992
11 10 -0.009857999999999992
12 11 -0.009857999999999992
13 12 -0.009857999999999992
14 13 -0.009857999999999992
15 14 -0.009857999999999992
16 15 -0.009857999999999992
17 16 -0.009857999999999992
18 17 -0.009857999999999992
19 18 -0.009857999999999992
20 19 -0.009857999999999992
21 20 -0.009857999999999992
22 21 -0.009857999999999992
23 22 -0.009857999999999992
24 23 -0.009857999999999992
25 24 -0.009857999999999992
26 25 -0.009857999999999992

View File

@@ -0,0 +1,26 @@
Episode,Average Reward
1,-0.009281999999999969
2,-0.009727999999999978
3,-0.009469999999999977
4,-0.009285999999999971
5,-0.00960599999999997
6,-0.009449999999999986
7,-0.009779999999999981
8,-0.009439999999999974
9,-0.00967999999999998
10,-0.008985999999999994
11,-0.008893999999999982
12,-0.009083999999999983
13,-0.008361999999999984
14,-0.009489999999999964
15,-0.009027999999999977
16,-0.009441999999999996
17,-0.008733999999999988
18,-0.008675999999999984
19,-0.008569999999999984
20,-0.009071999999999988
21,-0.008043999999999997
22,-0.007955999999999982
23,-0.008277999999999976
24,-0.00803399999999999
25,-0.00856399999999999
1 Episode Average Reward
2 1 -0.009281999999999969
3 2 -0.009727999999999978
4 3 -0.009469999999999977
5 4 -0.009285999999999971
6 5 -0.00960599999999997
7 6 -0.009449999999999986
8 7 -0.009779999999999981
9 8 -0.009439999999999974
10 9 -0.00967999999999998
11 10 -0.008985999999999994
12 11 -0.008893999999999982
13 12 -0.009083999999999983
14 13 -0.008361999999999984
15 14 -0.009489999999999964
16 15 -0.009027999999999977
17 16 -0.009441999999999996
18 17 -0.008733999999999988
19 18 -0.008675999999999984
20 19 -0.008569999999999984
21 20 -0.009071999999999988
22 21 -0.008043999999999997
23 22 -0.007955999999999982
24 23 -0.008277999999999976
25 24 -0.00803399999999999
26 25 -0.00856399999999999

File diff suppressed because one or more lines are too long