Skip to content
Snippets Groups Projects
Commit 8b6db923 authored by xzhaoma's avatar xzhaoma
Browse files

Update render_agent_behavior.py

parent 8c7ecdf8
No related branches found
No related tags found
No related merge requests found
import random import random
from collections import deque from collections import deque
import os,sys
root_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(root_path)
import numpy as np import numpy as np
import torch import torch
from importlib_resources import path from importlib_resources import path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment