Skip to content

Commit 150e664

Browse files
authored
Merge pull request #44 from uci-f1tenth/migrate-env-to-racecar-gym
Migrate env to racecar gym
2 parents 928b8c2 + 0f1f5f4 commit 150e664

File tree

12 files changed

+364
-506
lines changed

12 files changed

+364
-506
lines changed

.github/workflows/latex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: latex
22
on:
3-
push:
4-
tags: ["docs"]
53
pull_request:
64
branches: [main]
5+
types: [labeled]
76
jobs:
87
build_latex:
98
runs-on: ubuntu-24.04
9+
if: contains(github.event.pull_request.labels.*.name, 'docs')
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4

docs/Development_Guide.pdf

0 Bytes
Binary file not shown.

dreamer_node/dreamer/config.yaml

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)