{% extends "_base.html" %} {% block title %}Create Model{% endblock %} {% block styles %} {% endblock %} {% block header %} {% endblock %} {% block content %}

MODEL NAME

Please use only letters, numbers, underscores (_), dashes (-), or dots (.)

SIMULATION

{% set max_cnt = max_sub_simulation_count|int %} {% set last_selectable = [max_cnt, 0] | max %}

The maximum number of sub simulations is 0 if vCPU is less than 4, 2 if it is 8, and 6 if it is 16.

MAIN SIMULATION
Race Type
Select a track to see details

Object Avoidance

Randomize Object Locations
Number Of Objects
Object Type
Object Locations
SUB SIMULATION 1
Race Type
Select a track to see details

Object Avoidance

Randomize Object Locations
Number Of Objects
Object Type
Object Locations
SUB SIMULATION 2
Race Type
Select a track to see details

Object Avoidance

Randomize Object Locations
Number Of Objects
Object Type
Object Locations
SUB SIMULATION 3
Race Type
Select a track to see details

Object Avoidance

Randomize Object Locations
Number Of Objects
Object Type
Object Locations
SUB SIMULATION 4
Race Type
Select a track to see details

Object Avoidance

Randomize Object Locations
Number Of Objects
Object Type
Object Locations
SUB SIMULATION 5
Race Type
Select a track to see details

Object Avoidance

Randomize Object Locations
Number Of Objects
Object Type
Object Locations
SUB SIMULATION 6
Race Type
Select a track to see details

Object Avoidance

Randomize Object Locations
Number Of Objects
Object Type
Object Locations

Vehicles

Vehicle Type

Sensor

vehicle preview

Action Space

You can add up to 30 vehicles

Speed

A real number between 0.5 and 3


Angle

A real number between -25 and 25


Training

Algorithm : PPO

Hyperparameters

A real number between 0 and 1

A real number between 0.0001 and 0.001

A real number between 0 and 1

1~1440 min

min

Reward Function

AI Reward Function Generator
Examples: Follow centerline Maximum speed Right lane Slow at corners Direction align
This feature uses GitHub Codespaces tokens. By clicking generate, you agree to token usage.
reward_function.py

{% endblock %} {% block scripts %} {% endblock %} {% block modals %} {% include "modals/tracks.html" %} {% endblock %}