We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3faf021 commit 8b60ddeCopy full SHA for 8b60dde
python_example/python_example.py
@@ -3,8 +3,6 @@
3
from rlbot.agents.base_agent import BaseAgent, SimpleControllerState
4
from rlbot.utils.structures.game_data_struct import GameTickPacket
5
6
-URotationToRadians = math.pi / float(32768)
7
-
8
9
class PythonExample(BaseAgent):
10
0 commit comments