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

📄 rl_toolbox_windows_source_20b.vcproj

📁 强化学习算法(R-Learning)难得的珍贵资料
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="RL_Toolbox_Windows_Source_20b"
	ProjectGUID="{D1707134-5CF9-40F6-85D0-C4B16B5B711E}"
	Keyword="Win32Proj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="4"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="../external_include/Torch3"
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="5"
				RuntimeTypeInfo="TRUE"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="FALSE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				OutputFile="$(OutDir)/RL Toolbox Debug.lib"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="4"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				AdditionalIncludeDirectories="..\external_include\Torch3"
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
				RuntimeLibrary="4"
				RuntimeTypeInfo="TRUE"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="FALSE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				OutputFile="$(OutDir)/RL Toolbox Release.lib"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
			<File
				RelativePath=".\cacrobotmodel.cpp">
			</File>
			<File
				RelativePath=".\caction.cpp">
			</File>
			<File
				RelativePath=".\cactionstatistics.cpp">
			</File>
			<File
				RelativePath=".\cactorcritic.cpp">
			</File>
			<File
				RelativePath=".\cadvantagelearning.cpp">
			</File>
			<File
				RelativePath=".\cagent.cpp">
			</File>
			<File
				RelativePath=".\cagentcontroller.cpp">
			</File>
			<File
				RelativePath=".\cagentlistener.cpp">
			</File>
			<File
				RelativePath=".\cagentlogger.cpp">
			</File>
			<File
				RelativePath=".\canalyzer.cpp">
			</File>
			<File
				RelativePath=".\ccartpolemodel.cpp">
			</File>
			<File
				RelativePath=".\ccontinuousactiongradientpolicy.cpp">
			</File>
			<File
				RelativePath=".\ccontinuousactions.cpp">
			</File>
			<File
				RelativePath=".\ccontinuoustime.cpp">
			</File>
			<File
				RelativePath=".\cdiscretizer.cpp">
			</File>
			<File
				RelativePath=".\cdynamicprogramming.cpp">
			</File>
			<File
				RelativePath=".\cenvironmentmodel.cpp">
			</File>
			<File
				RelativePath=".\cepisode.cpp">
			</File>
			<File
				RelativePath=".\cepisodehistory.cpp">
			</File>
			<File
				RelativePath=".\cerrorfunction.cpp">
			</File>
			<File
				RelativePath=".\cerrorlistener.cpp">
			</File>
			<File
				RelativePath=".\cexploration.cpp">
			</File>
			<File
				RelativePath=".\cfeaturefunction.cpp">
			</File>
			<File
				RelativePath=".\cgradientfunction.cpp">
			</File>
			<File
				RelativePath=".\cgridworldmodel.cpp">
			</File>
			<File
				RelativePath=".\chierarchicbehaviours.cpp">
			</File>
			<File
				RelativePath=".\chierarchiccontroller.cpp">
			</File>
			<File
				RelativePath=".\chistory.cpp">
			</File>
			<File
				RelativePath=".\clearndataobject.cpp">
			</File>
			<File
				RelativePath=".\clearneddynamicmodel.cpp">
			</File>
			<File
				RelativePath=".\clinearfafeaturecalculator.cpp">
			</File>
			<File
				RelativePath=".\cmontecarlo.cpp">
			</File>
			<File
				RelativePath=".\cmulticontroller.cpp">
			</File>
			<File
				RelativePath=".\cmultipolemodel.cpp">
			</File>
			<File
				RelativePath=".\cmyexception.cpp">
			</File>
			<File
				RelativePath=".\cparameters.cpp">
			</File>
			<File
				RelativePath=".\cpegasus.cpp">
			</File>
			<File
				RelativePath=".\cpendulummodel.cpp">
			</File>
			<File
				RelativePath=".\cpolicies.cpp">
			</File>
			<File
				RelativePath=".\cpolicygradient.cpp">
			</File>
			<File
				RelativePath=".\cprioritizedsweeping.cpp">
			</File>
			<File
				RelativePath=".\cqetraces.cpp">
			</File>
			<File
				RelativePath=".\cqfunction.cpp">
			</File>
			<File
				RelativePath=".\cqtcontrol.cpp">
			</File>
			<File
				RelativePath=".\cqtcontroller.cpp">
			</File>
			<File
				RelativePath=".\cqtmodelvisualizer.cpp">
			</File>
			<File
				RelativePath=".\cqttestsuitechooser.cpp">
			</File>
			<File
				RelativePath=".\cregions.cpp">
			</File>
			<File
				RelativePath=".\creinforce.cpp">
			</File>
			<File
				RelativePath=".\cresiduals.cpp">
			</File>
			<File
				RelativePath=".\crewardfunction.cpp">
			</File>
			<File
				RelativePath=".\crewardmodel.cpp">
			</File>
			<File
				RelativePath=".\cstate.cpp">
			</File>
			<File
				RelativePath=".\cstatecollection.cpp">
			</File>
			<File
				RelativePath=".\cstatemodifier.cpp">
			</File>
			<File
				RelativePath=".\cstateproperties.cpp">
			</File>
			<File
				RelativePath=".\csupervisedlearner.cpp">
			</File>
			<File
				RelativePath=".\ctaxidomain.cpp">
			</File>
			<File
				RelativePath=".\ctdlearner.cpp">
			</File>
			<File
				RelativePath=".\ctestscripts.cpp">
			</File>
			<File
				RelativePath=".\ctestsuit.cpp">
			</File>
			<File
				RelativePath=".\ctheoreticalmodel.cpp">
			</File>
			<File
				RelativePath=".\ctorchvfunction.cpp">
			</File>
			<File
				RelativePath=".\ctransitionfunction.cpp">
			</File>
			<File
				RelativePath=".\cutility.cpp">
			</File>
			<File
				RelativePath=".\cvaluepolicygradientlearner.cpp">
			</File>
			<File
				RelativePath=".\cvaps.cpp">
			</File>
			<File
				RelativePath=".\cvetraces.cpp">
			</File>
			<File
				RelativePath=".\cvfunction.cpp">
			</File>
			<File
				RelativePath=".\cvfunctionfromqfunction.cpp">
			</File>
			<File
				RelativePath=".\cvfunctionlearner.cpp">
			</File>
			<File
				RelativePath=".\qtcontrol.cpp">
			</File>
			<File
				RelativePath=".\ril_debug.cpp">
			</File>
			<File
				RelativePath=".\testsuitechooser.cpp">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath=".\cacrobotmodel.h">
			</File>
			<File
				RelativePath=".\caction.h">
			</File>
			<File
				RelativePath=".\cactionstatistics.h">
			</File>
			<File
				RelativePath=".\cactorcritic.h">
			</File>
			<File
				RelativePath=".\cadvantagelearning.h">
			</File>
			<File
				RelativePath=".\cagent.h">
			</File>
			<File
				RelativePath=".\cagentcontroller.h">
			</File>
			<File
				RelativePath=".\cagentlistener.h">
			</File>
			<File
				RelativePath=".\cagentlogger.h">
			</File>
			<File
				RelativePath=".\canalyzer.h">
			</File>
			<File
				RelativePath=".\ccartpolemodel.h">
			</File>
			<File
				RelativePath=".\ccontinuousactiongradientpolicy.h">
			</File>
			<File
				RelativePath=".\ccontinuousactions.h">
			</File>
			<File
				RelativePath=".\ccontinuoustime.h">
			</File>
			<File
				RelativePath=".\cdiscretizer.h">
			</File>
			<File
				RelativePath=".\cdynamicprogramming.h">
			</File>
			<File
				RelativePath=".\cenvironmentmodel.h">
			</File>
			<File
				RelativePath=".\cepisode.h">
			</File>
			<File
				RelativePath=".\cepisodehistory.h">
			</File>
			<File
				RelativePath=".\cerrorfunction.h">
			</File>
			<File
				RelativePath=".\cerrorlistener.h">
			</File>
			<File
				RelativePath=".\cexploration.h">
			</File>
			<File
				RelativePath=".\cfeaturefunction.h">
			</File>
			<File
				RelativePath=".\cgradientfunction.h">
			</File>
			<File
				RelativePath=".\cgridworldmodel.h">
			</File>
			<File
				RelativePath=".\chierarchicbehaviours.h">
			</File>
			<File
				RelativePath=".\chierarchiccontroller.h">
			</File>
			<File
				RelativePath=".\chistory.h">
			</File>
			<File
				RelativePath=".\clearndataobject.h">
			</File>
			<File
				RelativePath=".\clearneddynamicmodel.h">
			</File>
			<File
				RelativePath=".\clinearfafeaturecalculator.h">
			</File>
			<File
				RelativePath=".\cmontecarlo.h">
			</File>
			<File
				RelativePath=".\cmulticontroller.h">
			</File>
			<File
				RelativePath=".\cmultipolemodel.h">
			</File>
			<File
				RelativePath=".\cmyexception.h">
			</File>
			<File
				RelativePath=".\cparameters.h">
			</File>
			<File
				RelativePath=".\cpegasus.h">
			</File>
			<File
				RelativePath=".\cpendulummodel.h">
			</File>
			<File
				RelativePath=".\cpendulumtestscript.h">
			</File>
			<File
				RelativePath=".\cpolicies.h">
			</File>
			<File
				RelativePath=".\cpolicygradient.h">
			</File>
			<File
				RelativePath=".\cprioritizedsweeping.h">
			</File>
			<File
				RelativePath=".\cqetraces.h">
			</File>
			<File
				RelativePath=".\cqfunction.h">
			</File>
			<File
				RelativePath=".\cqtconfig.h">
			</File>
			<File
				RelativePath=".\cqtcontrol.h">
			</File>
			<File
				RelativePath=".\cqtcontroller.h">
			</File>
			<File
				RelativePath=".\cqtmodelvisualizer.h">
			</File>
			<File
				RelativePath=".\cqttestsuitechooser.h">
			</File>
			<File
				RelativePath=".\cregions.h">
			</File>
			<File
				RelativePath=".\creinforce.h">
			</File>
			<File
				RelativePath=".\cresiduals.h">
			</File>
			<File
				RelativePath=".\crewardfunction.h">
			</File>
			<File
				RelativePath=".\crewardmodel.h">
			</File>
			<File
				RelativePath=".\cstate.h">
			</File>
			<File
				RelativePath=".\cstatecollection.h">
			</File>
			<File
				RelativePath=".\cstatemodifier.h">
			</File>
			<File
				RelativePath=".\cstateproperties.h">
			</File>
			<File
				RelativePath=".\csupervisedlearner.h">
			</File>
			<File
				RelativePath=".\ctaxidomain.h">
			</File>
			<File
				RelativePath=".\ctdlearner.h">
			</File>
			<File
				RelativePath=".\ctestscripts.h">
			</File>
			<File
				RelativePath=".\ctestsuit.h">
			</File>
			<File
				RelativePath=".\ctheoreticalmodel.h">
			</File>
			<File
				RelativePath=".\ctorchvfunction.h">
			</File>
			<File
				RelativePath=".\ctransitionfunction.h">
			</File>
			<File
				RelativePath=".\cutility.h">
			</File>
			<File
				RelativePath=".\cvaluepolicygradientlearner.h">
			</File>
			<File
				RelativePath=".\cvaps.h">
			</File>
			<File
				RelativePath=".\cvetraces.h">
			</File>
			<File
				RelativePath=".\cvfunction.h">
			</File>
			<File
				RelativePath=".\cvfunctionfromqfunction.h">
			</File>
			<File
				RelativePath=".\cvfunctionlearner.h">
			</File>
			<File
				RelativePath=".\qtcontrol.h">
			</File>
			<File
				RelativePath=".\ril_debug.h">
			</File>
			<File
				RelativePath=".\testsuitechooser.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
		</Filter>
		<File
			RelativePath=".\ReadMe.txt">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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