paper-with-me

홈 › Papers

A Novel CNet-assisted Evolutionary Level Repairer and Its Applications to Super Mario Bros

2020-05-13 · Tianye Shu, Ziqi Wang, Jialin Liu, Xin Yao

Applying latent variable evolution to game level design has become more and more popular as little human expert knowledge is required. However, defective levels with illegal patterns may be generated due to the violation of constraints for level design. A traditional way of repairing the defective levels is programming specific rule-based repairers to patch the flaw. However, programming these constraints is sometimes complex and not straightforward. An autonomous level repairer which is capable of learning the constraints is needed. In this paper, we propose a novel approach, CNet, to learn the probability distribution of tiles giving its surrounding tiles on a set of real levels, and then detect the illegal tiles in generated new levels. Then, an evolutionary repairer is designed to search for optimal replacement schemes equipped with a novel search space being constructed with the help of CNet and a novel heuristic function. The proposed approaches are proved to be effective in our case study of repairing GAN-generated and artificially destroyed levels of Super Mario Bros. game. Our CNet-assisted evolutionary repairer can also be easily applied to other games of which the levels can be represented by a matrix of objects or tiles.

📄 PDF Abstract BibTeX arXiv:2005.06148

Code (4)

2023-MindSpore-1/ms-code-6/tree/main/Cnet mindspore
2024-MindSpore-1/Code7/tree/main/Cnet mindspore
SUSTechGameAI/MarioLevelRepairer pytorch
SliverySky/MarioLevelRepairer pytorch

Similar Papers 제목 키워드 기반

Experience-Driven PCG via Reinforcement Learning: A Super Mario Bros Study

2021-06-30 · Tianye Shu, Jialin Liu, Georgios N. Yannakakis

We introduce a procedural content generation (PCG) framework at the intersections of experience-driven PCG and PCG via reinforcement learning, named ED(PCG)RL, EDRL in short. EDRL is able to teach RL designers to generat…

Diversityreinforcement-learningReinforcement Learning (RL)

Reinforcement Learning-assisted Evolutionary Algorithm: A Survey and Research Opportunities

2023-08-25 · Yanjie Song, Yutong Wu, Yangyang Guo, Ran Yan 외

Evolutionary algorithms (EA), a class of stochastic search methods based on the principles of natural evolution, have received widespread acclaim for their exceptional performance in various real-world optimization probl…

AttributeEvolutionary Algorithmsreinforcement-learningReinforcement Learning+1

Surrogate-assisted level-based learning evolutionary search for heat extraction optimization of enhanced geothermal system

2022-12-15 · Guodong Chen, Xin Luo, Chuanyin Jiang, Jiu Jimmy Jiao

An enhanced geothermal system is essential to provide sustainable and long-term geothermal energy supplies and reduce carbon emissions. Optimal well-control scheme for effective heat extraction and improved heat sweep ef…

Management

ACCNet: Actor-Coordinator-Critic Net for "Learning-to-Communicate" with Deep Multi-agent Reinforcement Learning

2017-06-10 · Hangyu Mao, Zhibo Gong, Yan Ni, Zhen Xiao

Communication is a critical factor for the big multi-agent world to stay organized and productive. Typically, most previous multi-agent "learning-to-communicate" studies try to predefine the communication protocols or us…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Model Uncertainty in Evolutionary Optimization and Bayesian Optimization: A Comparative Analysis

2024-03-21 · Hao Hao, Xiaoqun Zhang, Aimin Zhou

Black-box optimization problems, which are common in many real-world applications, require optimization through input-output interactions without access to internal workings. This often leads to significant computational…

Bayesian Optimization