Skip to content

Commit 8820706

Browse files
committed
Update
[ghstack-poisoned]
1 parent b547a7f commit 8820706

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
540540
<tr>
541541
<td><a href="https://github.com/pytorch/rl/blob/main/sota-implementations/dqn">DQN</a>
542542
</td>
543-
<td> 1.53x
543+
<td> 1.9x
544544
</td>
545545
<td> +
546546
</td>
@@ -552,7 +552,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
552552
<tr>
553553
<td><a href="https://github.com/pytorch/rl/blob/main/sota-implementations/ddpg/ddpg.py">DDPG</a>
554554
</td>
555-
<td> 1.54x
555+
<td> 1.87x
556556
</td>
557557
<td> +
558558
</td>
@@ -564,7 +564,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
564564
<tr>
565565
<td><a href="https://github.com/pytorch/rl/blob/main/sota-implementations/iql/">IQL</a>
566566
</td>
567-
<td> 2.55x
567+
<td> 3.22x
568568
</td>
569569
<td> +
570570
</td>
@@ -576,7 +576,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
576576
<tr>
577577
<td><a href="https://github.com/pytorch/rl/blob/main/sota-implementations/cql/cql_offline.py">CQL</a>
578578
</td>
579-
<td> 1.91x
579+
<td> 2.68x
580580
</td>
581581
<td> +
582582
</td>
@@ -588,7 +588,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
588588
<tr>
589589
<td><a href="https://github.com/pytorch/rl/blob/main/sota-implementations/td3/td3.py">TD3</a>
590590
</td>
591-
<td> 1.79x
591+
<td> 2.27x
592592
</td>
593593
<td> +
594594
</td>
@@ -614,7 +614,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
614614
<td>
615615
<a href="https://github.com/pytorch/rl/blob/main/examples/a2c/">A2C</a>
616616
</td>
617-
<td> 1.76x
617+
<td> 2.67x
618618
</td>
619619
<td> +
620620
</td>
@@ -627,7 +627,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
627627
<td>
628628
<a href="https://github.com/pytorch/rl/blob/main/sota-implementations/ppo/">PPO</a>
629629
</td>
630-
<td> 2.67x
630+
<td> 2.42x
631631
</td>
632632
<td> +
633633
</td>
@@ -639,7 +639,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
639639
<tr>
640640
<td><a href="https://github.com/pytorch/rl/blob/main/sota-implementations/sac/sac.py">SAC</a>
641641
</td>
642-
<td> 2.01x
642+
<td> 2.62x
643643
</td>
644644
<td> +
645645
</td>
@@ -651,7 +651,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
651651
<tr>
652652
<td><a href="https://github.com/pytorch/rl/blob/main/sota-implementations/redq/redq.py">REDQ</a>
653653
</td>
654-
<td> 2.35x
654+
<td> 2.28x
655655
</td>
656656
<td> +
657657
</td>
@@ -795,7 +795,7 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr
795795
</table>
796796

797797
** 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.
799799

800800
and many more to come!
801801

0 commit comments

Comments
 (0)