⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 global.h

📁 RoboCup 2D 仿真组冠军源代码之1997年冠军队——CMUnited97源代码
💻 H
字号:
/* global.h * CMUnited-97 (soccer client for Robocup-97) * Peter Stone <pstone@cs.cmu.edu> * Computer Science Department * Carnegie Mellon University * Copyright (C) 1997 Peter Stone * * CMUnited-97 was created by Peter Stone and Manuela Veloso * * You may copy and distribute this program freely as long as you retain this notice. * If you make any changes or have any comments we would appreciate a message. */#ifndef _GLOBAL_#define _GLOBAL_#include "parse.h"#include "peterclient.h"#include "command.h"#include "act.h"#include "behave.h"#include "data.h"#include "position.h"#include "formation.h"#include "memory.h"#include "utils.h"#include "communications.h"#include "backprop.h"#include "usenns.h"#include "train.h"#include "usetrees.h"#include "knockorpass.h"#include "roles.h"#include "move-learn.h"#include "setplay.h"#include "adversarial.h"#include "rl.h"#include "geometry.h"#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -