MCPcopy Create free account

hub / github.com/dotchen/LearningByCheating / functions

Functions654 in github.com/dotchen/LearningByCheating

↓ 1 callersMethod_parse_keys
(self, keys, milliseconds)
misc/automatic_control.py:243
↓ 1 callersMethod_parse_keys
(self, milliseconds)
bird_view/utils/map_utils.py:1268
↓ 1 callersMethod_parse_keys
(self, milliseconds)
bird_view/utils/no_rendering_mode.py:1331
↓ 1 callersMethod_parse_mouse
(self)
misc/no_rendering_mode.py:1107
↓ 1 callersMethod_parse_mouse
(self)
bird_view/utils/map_utils.py:1283
↓ 1 callersMethod_parse_mouse
(self)
bird_view/utils/no_rendering_mode.py:1346
↓ 1 callersMethod_parse_vehicle_keys
(self, keys, milliseconds)
misc/manual_control.py:328
↓ 1 callersMethod_parse_walker_keys
(self, keys, milliseconds)
misc/manual_control.py:342
↓ 1 callersMethod_pid_control
Estimate the throttle of the vehicle based on the PID equations :param target_speed: target speed in Km/h :param current_sp
PythonAPI/agents/navigation/controller.py:105
↓ 1 callersMethod_pid_control
Estimate the steering angle of the vehicle based on the PID equations :param waypoint: target waypoint :param vehicle_transf
PythonAPI/agents/navigation/controller.py:157
↓ 1 callersFunction_preprocess_image
(x)
bird_view/utils/logger.py:11
↓ 1 callersFunction_preprocess_image
Takes - list of (h, w, 3) tensor of (n, h, 3)
bird_view/utils/bz_utils/saver.py:15
↓ 1 callersMethod_project_image_xy
(self, xy)
training/train_image_phase0.py:54
↓ 1 callersMethod_render_speed_limits
(self, surface, list_sl, world_to_pixel, world_to_pixel_width)
misc/no_rendering_mode.py:819
↓ 1 callersMethod_render_speed_limits
(self, surface, list_sl, world_to_pixel, world_to_pixel_width)
bird_view/utils/no_rendering_mode.py:1043
↓ 1 callersMethod_render_traffic_lights
(self, surface, list_tl, world_to_pixel)
misc/no_rendering_mode.py:795
↓ 1 callersMethod_render_traffic_lights
(self, surface, list_tl, world_to_pixel)
bird_view/utils/no_rendering_mode.py:1013
↓ 1 callersMethod_render_vehicles
(self, surface, list_v, world_to_pixel)
misc/no_rendering_mode.py:865
↓ 1 callersMethod_render_vehicles
(self, vehicle_surface, self_surface, list_v, world_to_pixel, from_snapshot=False)
bird_view/utils/map_utils.py:920
↓ 1 callersMethod_render_vehicles
(self, surface, list_v, world_to_pixel)
bird_view/utils/no_rendering_mode.py:1094
↓ 1 callersMethod_render_walkers
(self, surface, list_w, world_to_pixel)
misc/no_rendering_mode.py:849
↓ 1 callersMethod_render_walkers
(self, surface, list_w, world_to_pixel, from_snapshot=False)
bird_view/utils/map_utils.py:886
↓ 1 callersMethod_render_walkers
(self, surface, list_w, world_to_pixel)
bird_view/utils/no_rendering_mode.py:1078
↓ 1 callersFunction_retrieve_options
Compute the type of connection between the current active waypoint and the multiple waypoints present in list_waypoints. The result is encode
PythonAPI/agents/navigation/local_planner.py:242
↓ 1 callersMethod_setup_sensors
Add sensors to _actor_dict to be cleaned up.
bird_view/utils/carla_utils.py:646
↓ 1 callersMethod_spawn_hero
(self)
misc/no_rendering_mode.py:672
↓ 1 callersMethod_spawn_hero
(self)
bird_view/utils/no_rendering_mode.py:901
↓ 1 callersMethod_split_actors
(self)
misc/no_rendering_mode.py:748
↓ 1 callersMethod_split_actors
(self)
bird_view/utils/map_utils.py:739
↓ 1 callersMethod_split_actors
(self)
bird_view/utils/no_rendering_mode.py:979
↓ 1 callersFunction_stick_together
(a, b)
data_collector.py:95
↓ 1 callersFunction_stick_together
(a, b)
training/phase2_utils.py:108
↓ 1 callersFunction_stick_together
(a, b)
training/train_image_phase1.py:101
↓ 1 callersFunction_stick_together
(a, b)
training/train_image_phase0.py:120
↓ 1 callersMethod_successive_last_intersection_edge
This method returns the last successive intersection edge from a starting index on the route. This helps moving past tiny in
PythonAPI/agents/navigation/global_route_planner.py:239
↓ 1 callersMethod_trace_route
This method sets up a global router and returns the optimal route from start_waypoint to end_waypoint
PythonAPI/agents/navigation/basic_agent.py:64
↓ 1 callersFunction_train
(replay_buffer, net, teacher_net, criterion, coord_converter, logger, config, episode)
training/train_image_phase2.py:152
↓ 1 callersMethod_world_to_pixel
(self, location, offset=(0, 0))
PythonAPI/agents/navigation/agent.py:268
↓ 1 callersMethodadd_data
(self, rgb_img, cmd, speed, target, birdview_img, weight)
training/phase2_utils.py:256
↓ 1 callersMethodblits
(destination_surface, source_surfaces, rect=None, blend_mode=0)
bird_view/utils/map_utils.py:108
↓ 1 callersMethodcalculate_timeout
(self, fps=10)
PythonAPI/agents/navigation/local_planner.py:373
↓ 1 callersMethodclear_modules
(self)
misc/no_rendering_mode.py:183
↓ 1 callersFunctioncompute_magnitude_angle
Compute relative angle and distance between a target_location and a current_location :param target_location: location of the target object
PythonAPI/agents/tools/misc.py:89
↓ 1 callersFunctioncompute_yaw_difference
(yaw1, yaw2)
PythonAPI/agents/tools/misc.py:45
↓ 1 callersFunctioncrop_birdview
(birdview, dx=0, dy=0)
training/train_image_phase2.py:34
↓ 1 callersMethoddestroy
(self)
bird_view/utils/no_rendering_mode.py:1239
↓ 1 callersMethoddestroySensors
(self)
misc/manual_control.py:209
↓ 1 callersMethoddistance
(v)
bird_view/utils/no_rendering_mode.py:1001
↓ 1 callersMethoddraw_arrow
(surface, transform, color=COLOR_ALUMINIUM_2)
misc/no_rendering_mode.py:452
↓ 1 callersFunctiondraw_msra_gaussian
(heatmap, center, sigma)
bird_view/utils/image_utils.py:4
↓ 1 callersMethoddraw_road_map
(self, map_surface, carla_world, carla_map, world_to_pixel, world_to_pixel_width)
misc/no_rendering_mode.py:440
↓ 1 callersMethoddraw_road_map
(self, map_surface, lane_surface, carla_world, carla_map, world_to_pixel, world_to_pixel_width)
bird_view/utils/map_utils.py:392
↓ 1 callersMethoddraw_road_map
(self, map_surface, carla_world, carla_map, world_to_pixel, world_to_pixel_width)
bird_view/utils/no_rendering_mode.py:458
↓ 1 callersFunctiondraw_waypoints
Draw a list of waypoints at a certain height given in z. :param world: carla.world object :param waypoints: list or iterable container w
PythonAPI/agents/tools/misc.py:18
↓ 1 callersFunctionfind_weather_presets
()
misc/manual_control.py:128
↓ 1 callersFunctionfind_weather_presets
()
misc/automatic_control.py:95
↓ 1 callersFunctionfrom_file
(poses_txt)
benchmark/goal_suite.py:14
↓ 1 callersFunctiongame_loop
(args)
misc/manual_control.py:754
↓ 1 callersFunctiongame_loop
(args)
misc/no_rendering_mode.py:1141
↓ 1 callersFunctiongame_loop
(args)
misc/automatic_control.py:611
↓ 1 callersMethodget_active_light
(ego_vehicle, world)
bird_view/utils/carla_utils.py:297
↓ 1 callersFunctionget_birdview
(observations)
bird_view/utils/carla_utils.py:101
↓ 1 callersMethodget_bounding_box
(self, actor)
misc/no_rendering_mode.py:783
↓ 1 callersMethodget_closest_light
(agent, world)
bird_view/utils/carla_utils.py:281
↓ 1 callersFunctionget_collision
line 1: p + t r line 2: q + u s
misc/find_traffic_violations.py:47
↓ 1 callersMethodget_collision_history
(self)
misc/manual_control.py:575
↓ 1 callersMethodget_collision_history
(self)
misc/automatic_control.py:463
↓ 1 callersFunctionget_control
A learning schedule to choose between agent control and teacher control lim_{episode->inf} P(control=agent_control|episode) = 1 to make s
training/train_image_phase2.py:45
↓ 1 callersFunctionget_episode
(env, params)
data_collector.py:165
↓ 1 callersFunctionget_font
()
misc/synchronous_mode.py:51
↓ 1 callersMethodget_highest_k
(self, k)
training/phase2_utils.py:272
↓ 1 callersMethodget_observations
(self)
benchmark/goal_suite.py:68
↓ 1 callersFunctionget_speed
Compute speed of a vehicle in Kmh :param vehicle: the vehicle for which speed is calculated :return: speed as a float in Kmh
PythonAPI/agents/tools/misc.py:35
↓ 1 callersFunctionget_suites
(suite_name)
benchmark/__init__.py:215
↓ 1 callersFunctionget_town
(town)
misc/find_traffic_violations.py:103
↓ 1 callersFunctionget_transform
(vehicle_location, angle, d=6.4)
misc/vehicle_gallery.py:28
↓ 1 callersMethodinit
(self, target=1, **kwargs)
benchmark/goal_suite.py:41
↓ 1 callersMethodinit
This MUST be called.
bird_view/utils/bz_utils/saver.py:52
↓ 1 callersMethodinit_new_weights
(self)
training/phase2_utils.py:249
↓ 1 callersMethodis_failure
(self)
benchmark/base_suite.py:18
↓ 1 callersFunctionis_within_distance_ahead
(target_location, current_location, orientation, max_distance, degree=60)
bird_view/utils/carla_utils.py:62
↓ 1 callersMethodline_line_intersect
(p, r, q, s)
bird_view/utils/carla_utils.py:326
↓ 1 callersFunctionload_birdview_model
(backbone, ckpt, device='cuda')
training/phase2_utils.py:137
↓ 1 callersFunctionload_image_model
(backbone, ckpt, device='cuda')
training/phase2_utils.py:70
↓ 1 callersFunctionmain
(path_name)
view_benchmark_results.py:8
↓ 1 callersFunctionmain
(params)
data_collector.py:215
↓ 1 callersFunctionmain
()
misc/dynamic_weather.py:101
↓ 1 callersFunctionmain
()
misc/vehicle_gallery.py:34
↓ 1 callersFunctionmain
()
misc/synchronous_mode.py:69
↓ 1 callersFunctionmain
()
misc/tutorial.py:27
↓ 1 callersFunctionmain
()
misc/manual_control.py:796
↓ 1 callersFunctionmain
()
misc/no_rendering_mode.py:1187
↓ 1 callersFunctionmain
()
misc/spawn_npc.py:30
↓ 1 callersFunctionmain
()
misc/automatic_control.py:664
↓ 1 callersFunctionmain
(run_dir)
misc/find_traffic_violations.py:121
↓ 1 callersFunctionmain
()
bird_view/scripts/tune_pid.py:53
↓ 1 callersMethodnext_sensor
(self)
misc/manual_control.py:709
↓ 1 callersMethodnext_sensor
(self)
misc/automatic_control.py:567
↓ 1 callersMethodnormalize_weights
(self)
training/phase2_utils.py:252
↓ 1 callersMethodon_world_tick
(weak_self, timestamp)
misc/no_rendering_mode.py:739
← previousnext →201–300 of 654, ranked by callers