Update golden_last.csv
Browse files- golden_last.csv +2 -2
golden_last.csv
CHANGED
|
@@ -362,7 +362,7 @@ You can install the development version from GitHub with:
|
|
| 362 |
``` r
|
| 363 |
require(""devtools"")
|
| 364 |
install_github(""https://github.com/nand1155/CausNet"")
|
| 365 |
-
```",source,"[source]>>step1.install the development version from GitHub with:
|
| 366 |
``` r
|
| 367 |
require(""devtools"")
|
| 368 |
install_github(""https://github.com/nand1155/CausNet"")
|
|
@@ -803,7 +803,7 @@ docker run -it --rm -v $(pwd)/checkpoints/multirotor_td3/2023_11_16_14_46_38_d+o
|
|
| 803 |
This should build the firmware using the newly trained policy and output the binary to `build_firmware/cf2.bin`. After that we can use the `cfclient` package to flash the firmware (find the installation instructions [here](https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/installation/install/))
|
| 804 |
```
|
| 805 |
cfloader flash build_firmware/cf2.bin stm32-fw -w radio://0/80/2M
|
| 806 |
-
```","source,docker","[
|
| 807 |
step1: Execute a single command (given that Docker is already installed on your machine):
|
| 808 |
```
|
| 809 |
docker run -it --rm -p 8000:8000 arpllab/learning_to_fly
|
|
|
|
| 362 |
``` r
|
| 363 |
require(""devtools"")
|
| 364 |
install_github(""https://github.com/nand1155/CausNet"")
|
| 365 |
+
```",source,"[plan source]>>step1.install the development version from GitHub with:
|
| 366 |
``` r
|
| 367 |
require(""devtools"")
|
| 368 |
install_github(""https://github.com/nand1155/CausNet"")
|
|
|
|
| 803 |
This should build the firmware using the newly trained policy and output the binary to `build_firmware/cf2.bin`. After that we can use the `cfclient` package to flash the firmware (find the installation instructions [here](https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/installation/install/))
|
| 804 |
```
|
| 805 |
cfloader flash build_firmware/cf2.bin stm32-fw -w radio://0/80/2M
|
| 806 |
+
```","source,docker","[plan>>Docker(isolated)]
|
| 807 |
step1: Execute a single command (given that Docker is already installed on your machine):
|
| 808 |
```
|
| 809 |
docker run -it --rm -p 8000:8000 arpllab/learning_to_fly
|