push
This commit is contained in:
parent
4c9fc3ec10
commit
5b87157925
BIN
agent/__pycache__/Agent.cpython-311.pyc
Normal file
BIN
agent/__pycache__/Agent.cpython-311.pyc
Normal file
Binary file not shown.
BIN
agent/__pycache__/Base_Agent.cpython-311.pyc
Normal file
BIN
agent/__pycache__/Base_Agent.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/__pycache__/Behavior.cpython-311.pyc
Normal file
BIN
behaviors/__pycache__/Behavior.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/__pycache__/Head.cpython-311.pyc
Normal file
BIN
behaviors/__pycache__/Head.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/__pycache__/Poses.cpython-311.pyc
Normal file
BIN
behaviors/__pycache__/Poses.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/__pycache__/Slot_Engine.cpython-311.pyc
Normal file
BIN
behaviors/__pycache__/Slot_Engine.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
@ -15,14 +15,13 @@ class Dribble():
|
|||||||
self.description = "RL dribble"
|
self.description = "RL dribble"
|
||||||
self.auto_head = True
|
self.auto_head = True
|
||||||
self.env = Env(base_agent, 0.9 if self.world.robot.type == 3 else 1.2)
|
self.env = Env(base_agent, 0.9 if self.world.robot.type == 3 else 1.2)
|
||||||
|
|
||||||
with open(M.get_active_directory([
|
with open(M.get_active_directory([
|
||||||
"/behaviors/custom/Dribble/dribble_R0.pkl",
|
"/behaviors/custom/Dribble/dribble_long_R1_00_178M.pkl",
|
||||||
"/behaviors/custom/Dribble/dribble_R1.pkl",
|
"/behaviors/custom/Dribble/dribble_long_R1_00_178M.pkl",
|
||||||
"/behaviors/custom/Dribble/dribble_R2.pkl",
|
"/behaviors/custom/Dribble/dribble_long_R1_00_178M.pkl",
|
||||||
"/behaviors/custom/Dribble/dribble_R3.pkl",
|
"/behaviors/custom/Dribble/dribble_long_R1_00_178M.pkl",
|
||||||
"/behaviors/custom/Dribble/dribble_R4.pkl"
|
"/behaviors/custom/Dribble/dribble_long_R1_00_178M.pkl"
|
||||||
][self.world.robot.type]), 'rb') as f:
|
][self.world.robot.type]), 'rb') as f:
|
||||||
self.model = pickle.load(f)
|
self.model = pickle.load(f)
|
||||||
|
|
||||||
def define_approach_orientation(self):
|
def define_approach_orientation(self):
|
||||||
|
BIN
behaviors/custom/Dribble/__pycache__/Dribble.cpython-311.pyc
Normal file
BIN
behaviors/custom/Dribble/__pycache__/Dribble.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/custom/Dribble/__pycache__/Env.cpython-311.pyc
Normal file
BIN
behaviors/custom/Dribble/__pycache__/Env.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
behaviors/custom/Dribble/dribble_long_R1_00_178M.pkl
Normal file
BIN
behaviors/custom/Dribble/dribble_long_R1_00_178M.pkl
Normal file
Binary file not shown.
BIN
behaviors/custom/Dribble/dribble_long_R1_04_183M.pkl
Normal file
BIN
behaviors/custom/Dribble/dribble_long_R1_04_183M.pkl
Normal file
Binary file not shown.
BIN
behaviors/custom/Dribble/dribble_long_R1_08_78M.pkl
Normal file
BIN
behaviors/custom/Dribble/dribble_long_R1_08_78M.pkl
Normal file
Binary file not shown.
BIN
behaviors/custom/Fall/__pycache__/Fall.cpython-311.pyc
Normal file
BIN
behaviors/custom/Fall/__pycache__/Fall.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/custom/Get_Up/__pycache__/Get_Up.cpython-311.pyc
Normal file
BIN
behaviors/custom/Get_Up/__pycache__/Get_Up.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/custom/Step/__pycache__/Step.cpython-311.pyc
Normal file
BIN
behaviors/custom/Step/__pycache__/Step.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/custom/Step/__pycache__/Step_Generator.cpython-311.pyc
Normal file
BIN
behaviors/custom/Step/__pycache__/Step_Generator.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/custom/Walk/__pycache__/Env.cpython-311.pyc
Normal file
BIN
behaviors/custom/Walk/__pycache__/Env.cpython-311.pyc
Normal file
Binary file not shown.
BIN
behaviors/custom/Walk/__pycache__/Walk.cpython-311.pyc
Normal file
BIN
behaviors/custom/Walk/__pycache__/Walk.cpython-311.pyc
Normal file
Binary file not shown.
BIN
communication/__pycache__/Radio.cpython-311.pyc
Normal file
BIN
communication/__pycache__/Radio.cpython-311.pyc
Normal file
Binary file not shown.
BIN
communication/__pycache__/Server_Comm.cpython-311.pyc
Normal file
BIN
communication/__pycache__/Server_Comm.cpython-311.pyc
Normal file
Binary file not shown.
BIN
communication/__pycache__/World_Parser.cpython-311.pyc
Normal file
BIN
communication/__pycache__/World_Parser.cpython-311.pyc
Normal file
Binary file not shown.
38
config.json
Normal file
38
config.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"i": [
|
||||||
|
"Server Hostname/IP",
|
||||||
|
"localhost"
|
||||||
|
],
|
||||||
|
"p": [
|
||||||
|
"Agent Port",
|
||||||
|
"3100"
|
||||||
|
],
|
||||||
|
"m": [
|
||||||
|
"Monitor Port",
|
||||||
|
"3200"
|
||||||
|
],
|
||||||
|
"t": [
|
||||||
|
"Team Name",
|
||||||
|
"FCPortugal"
|
||||||
|
],
|
||||||
|
"u": [
|
||||||
|
"Uniform Number",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"r": [
|
||||||
|
"Robot Type",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"P": [
|
||||||
|
"Penalty Shootout",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"F": [
|
||||||
|
"magmaFatProxy",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"D": [
|
||||||
|
"Debug Mode",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
}
|
BIN
cpp/a_star/a_star.c_info
Normal file
BIN
cpp/a_star/a_star.c_info
Normal file
Binary file not shown.
BIN
cpp/a_star/a_star.so
Executable file
BIN
cpp/a_star/a_star.so
Executable file
Binary file not shown.
BIN
cpp/ball_predictor/ball_predictor.c_info
Normal file
BIN
cpp/ball_predictor/ball_predictor.c_info
Normal file
Binary file not shown.
BIN
cpp/ball_predictor/ball_predictor.so
Executable file
BIN
cpp/ball_predictor/ball_predictor.so
Executable file
Binary file not shown.
BIN
cpp/localization/localization.c_info
Normal file
BIN
cpp/localization/localization.c_info
Normal file
Binary file not shown.
BIN
cpp/localization/localization.so
Executable file
BIN
cpp/localization/localization.so
Executable file
Binary file not shown.
BIN
logs/__pycache__/Logger.cpython-311.pyc
Normal file
BIN
logs/__pycache__/Logger.cpython-311.pyc
Normal file
Binary file not shown.
BIN
math_ops/__pycache__/Inverse_Kinematics.cpython-311.pyc
Normal file
BIN
math_ops/__pycache__/Inverse_Kinematics.cpython-311.pyc
Normal file
Binary file not shown.
BIN
math_ops/__pycache__/Math_Ops.cpython-311.pyc
Normal file
BIN
math_ops/__pycache__/Math_Ops.cpython-311.pyc
Normal file
Binary file not shown.
BIN
math_ops/__pycache__/Matrix_3x3.cpython-311.pyc
Normal file
BIN
math_ops/__pycache__/Matrix_3x3.cpython-311.pyc
Normal file
Binary file not shown.
BIN
math_ops/__pycache__/Matrix_4x4.cpython-311.pyc
Normal file
BIN
math_ops/__pycache__/Matrix_4x4.cpython-311.pyc
Normal file
Binary file not shown.
BIN
math_ops/__pycache__/Neural_Network.cpython-311.pyc
Normal file
BIN
math_ops/__pycache__/Neural_Network.cpython-311.pyc
Normal file
Binary file not shown.
BIN
scripts/commons/__pycache__/Script.cpython-311.pyc
Normal file
BIN
scripts/commons/__pycache__/Script.cpython-311.pyc
Normal file
Binary file not shown.
BIN
scripts/commons/__pycache__/UI.cpython-311.pyc
Normal file
BIN
scripts/commons/__pycache__/UI.cpython-311.pyc
Normal file
Binary file not shown.
BIN
world/__pycache__/Robot.cpython-311.pyc
Normal file
BIN
world/__pycache__/Robot.cpython-311.pyc
Normal file
Binary file not shown.
BIN
world/__pycache__/World.cpython-311.pyc
Normal file
BIN
world/__pycache__/World.cpython-311.pyc
Normal file
Binary file not shown.
BIN
world/commons/__pycache__/Body_Part.cpython-311.pyc
Normal file
BIN
world/commons/__pycache__/Body_Part.cpython-311.pyc
Normal file
Binary file not shown.
BIN
world/commons/__pycache__/Draw.cpython-311.pyc
Normal file
BIN
world/commons/__pycache__/Draw.cpython-311.pyc
Normal file
Binary file not shown.
BIN
world/commons/__pycache__/Joint_Info.cpython-311.pyc
Normal file
BIN
world/commons/__pycache__/Joint_Info.cpython-311.pyc
Normal file
Binary file not shown.
BIN
world/commons/__pycache__/Other_Robot.cpython-311.pyc
Normal file
BIN
world/commons/__pycache__/Other_Robot.cpython-311.pyc
Normal file
Binary file not shown.
BIN
world/commons/__pycache__/Path_Manager.cpython-311.pyc
Normal file
BIN
world/commons/__pycache__/Path_Manager.cpython-311.pyc
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user