Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

cqtconfig.h

Go to the documentation of this file.
00001 // Redistribution and use in source and binary forms, with or without
00002 // modification, are permitted provided that the following conditions
00003 // are met:
00004 // 1. Redistributions of source code must retain the above copyright
00005 //    notice, this list of conditions and the following disclaimer.
00006 // 2. Redistributions in binary form must reproduce the above copyright
00007 //    notice, this list of conditions and the following disclaimer in the
00008 //    documentation and/or other materials provided with the distribution.
00009 // 3. The name of the author may not be used to endorse or promote products
00010 //    derived from this software without specific prior written permission.
00011 // 
00012 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
00013 // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
00014 // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
00015 // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
00016 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
00017 // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
00018 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
00019 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00020 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
00021 // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00022 
00023 #ifndef C__QTCONFIG__
00024 #define C__QTCONFIG__
00025 
00026 //#define RL_TOOLBOX_USE_QT
00027 
00028 #endif
00029