webxos commited on
Commit
8dad106
·
verified ·
1 Parent(s): 47a79d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -23,9 +23,8 @@ configs:
23
 
24
  # NEXUS FPV Physics Dataset Sampler by webXOS
25
 
26
- Auto-generated small sample FPV drone flight-telemetry and reinforcement-learning for experience dataset captured directly in the browser
27
- by **NEXUS FPV**. Each row is one physics tick recorded while a drone flew through
28
- a waypoint course, either under manual control or the built-in PID auto-pilot.
29
 
30
  Play the game and make your own datasets: https://webxos.itch.io/nexus-fpv or download it from the /gym/ folder of this repo.
31
 
@@ -106,7 +105,7 @@ print(ds["train"][0])
106
 
107
  ## Intended use
108
 
109
- Trajectory data for training/evaluating drone flight-control policies, imitation learning, offline RL, and
110
  physics-based motion prediction. Data is synthetic, generated entirely from an in-browser physics simulation —
111
  no real-world flight or personal data is included.
112
 
 
23
 
24
  # NEXUS FPV Physics Dataset Sampler by webXOS
25
 
26
+ Auto-generated small FPV drone flight-telemetry and reinforcement-learning for experience sample dataset captured directly in the browser
27
+ by **NEXUS FPV**. Each row is one physics tick recorded while a drone flew through a waypoint course, either under manual control or the built-in PID auto-pilot.
 
28
 
29
  Play the game and make your own datasets: https://webxos.itch.io/nexus-fpv or download it from the /gym/ folder of this repo.
30
 
 
105
 
106
  ## Intended use
107
 
108
+ Trajectory sample data is for training/evaluating drone flight-control policies, imitation learning, offline RL, and
109
  physics-based motion prediction. Data is synthetic, generated entirely from an in-browser physics simulation —
110
  no real-world flight or personal data is included.
111