TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Main Page
Namespaces
Classes
src
utils.h
1
/*
2
* Copyright (c) 2017-present, Facebook, Inc.
3
*
4
* This source code is licensed under the MIT license found in the
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
#pragma once
9
10
#include "common/autograd.h"
11
#include "common/utils.h"
12
13
namespace
cherrypi
{
14
namespace
utils {
15
using namespace
::
common
;
16
}
17
}
// namespace cherrypi
18
19
#include "utils/algorithms.h"
20
#include "utils/commands.h"
21
#include "utils/debugging.h"
22
#include "utils/filter.h"
23
#include "utils/gamemechanics.h"
24
#include "utils/interpretstate.h"
25
#include "utils/syntax.h"
26
#include "utils/upcs.h"
common
General utilities.
Definition:
assert.cpp:7
cherrypi
Main namespace for bot-related code.
Definition:
areainfo.cpp:17
Generated on Wed Apr 17 2019 18:31:56 for TorchCraftAI by
1.8.11