opennero | Game platform for Artificial Intelligence research | Machine Learning library
kandi X-RAY | opennero Summary
kandi X-RAY | opennero Summary
OpenNERO is an open source software platform designed for research and education in Artificial Intelligence. The project is based on the Neuro-Evolving Robotic Operatives (NERO) game developed by graduate and undergraduate students at the Neural Networks Research Group and Department of Computer Science at the University of Texas at Austin.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of opennero
opennero Key Features
opennero Examples and Code Snippets
Community Discussions
Trending Discussions on opennero
QUESTION
I am trying to run OpenNERO on my Windows 10. I had installed all the dependencies mentioned on their wiki for building it. My Python version is 2.7.15 (have tried with Python 2.7, and latest 3.7.1 as well), boost version is 1.58 (have tried 1.66 and 1.53 as well).
I went to my boost folder location: "C:\Program Files\boost\boost_1_67_0", and opened the command prompt as an administrator in that location, and then followed the instructions to build boost.
I ran the bootstrap.bat
file in the cmd, output shown below:
Then I ran the .\b2 --build-type=complete -j2
command which ran for a couple of hours and the short output is shown in this pastebin.
Following this I went to Cmake and tried to build the project which gave me following errors:
Could NOT find Boost
Boost version: 1.67.0
Boost include path: C:/Program Files/boost/boost_1_67_0
Could not find the following Boost libraries:
...
ANSWER
Answered 2018-Nov-15 at 22:53Changed the line 26 in this cmake file from FIND_PACKAGE (Boost COMPONENTS python filesystem serialization system date_time)
to FIND_PACKAGE (Boost COMPONENTS python27 filesystem serialization system date_time)
so that it looks for python27 instead of python. Also used the 64bit generator in cmake gui instead of the 32 bit one.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install opennero
Demonstrations Search The Maze Environment First Person Search Uninformed Search Heuristic Search Planning Tower of Hanoi Environment Symbolic Planning Natural Language Processing Tower of Hanoi Environment Natural Language Processing Reinforcement Learning The Maze Environment Q-learning Evolutionary Computation The Roomba Environment Neuroevolution Multi-Agent Systems NERO Environment NERO Machine Learning Game Vision The Vision Environment Vision: Edge Detection
Exercises OpenNero Setup Adding Stuff Create Roomba Agent Maze Generator Maze Solver AI Exercises Heuristic Search Planning NLPExercise QLearningExercise Maze Learner Advanced Maze Nero Tournament Sample Tournament Results Object Recognition
System Documentation
Headless Mode
System Overview
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page