@@ -540,7 +540,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
540
540
<tr >
541
541
<td ><a href =" https://github.com/pytorch/rl/blob/main/sota-implementations/dqn " >DQN</a >
542
542
</td >
543
- <td > 1.53x
543
+ <td > 1.9x
544
544
</td >
545
545
<td > +
546
546
</td >
@@ -552,7 +552,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
552
552
<tr >
553
553
<td ><a href =" https://github.com/pytorch/rl/blob/main/sota-implementations/ddpg/ddpg.py " >DDPG</a >
554
554
</td >
555
- <td > 1.54x
555
+ <td > 1.87x
556
556
</td >
557
557
<td > +
558
558
</td >
@@ -564,7 +564,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
564
564
<tr >
565
565
<td ><a href =" https://github.com/pytorch/rl/blob/main/sota-implementations/iql/ " >IQL</a >
566
566
</td >
567
- <td > 2.55x
567
+ <td > 3.22x
568
568
</td >
569
569
<td > +
570
570
</td >
@@ -576,7 +576,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
576
576
<tr >
577
577
<td ><a href =" https://github.com/pytorch/rl/blob/main/sota-implementations/cql/cql_offline.py " >CQL</a >
578
578
</td >
579
- <td > 1.91x
579
+ <td > 2.68x
580
580
</td >
581
581
<td > +
582
582
</td >
@@ -588,7 +588,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
588
588
<tr >
589
589
<td ><a href =" https://github.com/pytorch/rl/blob/main/sota-implementations/td3/td3.py " >TD3</a >
590
590
</td >
591
- <td > 1.79x
591
+ <td > 2.27x
592
592
</td >
593
593
<td > +
594
594
</td >
@@ -614,7 +614,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
614
614
<td >
615
615
<a href="https://github.com/pytorch/rl/blob/main/examples/a2c/">A2C</a>
616
616
</td >
617
- <td > 1.76x
617
+ <td > 2.67x
618
618
</td >
619
619
<td > +
620
620
</td >
@@ -627,7 +627,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
627
627
<td >
628
628
<a href="https://github.com/pytorch/rl/blob/main/sota-implementations/ppo/">PPO</a>
629
629
</td >
630
- <td > 2.67x
630
+ <td > 2.42x
631
631
</td >
632
632
<td > +
633
633
</td >
@@ -639,7 +639,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
639
639
<tr >
640
640
<td ><a href =" https://github.com/pytorch/rl/blob/main/sota-implementations/sac/sac.py " >SAC</a >
641
641
</td >
642
- <td > 2.01x
642
+ <td > 2.62x
643
643
</td >
644
644
<td > +
645
645
</td >
@@ -651,7 +651,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
651
651
<tr >
652
652
<td ><a href =" https://github.com/pytorch/rl/blob/main/sota-implementations/redq/redq.py " >REDQ</a >
653
653
</td >
654
- <td > 2.35x
654
+ <td > 2.28x
655
655
</td >
656
656
<td > +
657
657
</td >
@@ -795,7 +795,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
795
795
</table >
796
796
797
797
** The number indicates expected speed-up compared to eager mode when executed on CPU. Numbers may vary depending on
798
- architecture and device
798
+ architecture and device.
799
799
800
800
and many more to come!
801
801
0 commit comments