6dfe344cdd4fa72c.tex
1: \begin{abstract}
2: Text-based games(TBG) are complex environments which allow users or computer agents to make textual interactions and achieve game goals.In TBG agent design and training process, balancing the efficiency and performance of the agent models is a major challenge. Finding TBG agent deep learning modules' performance in standardized environments, and testing their performance among different evaluation types is also important for TBG agent research. We constructed a standardized TBG agent with no hand-crafted rules, formally categorized TBG evaluation types, and analyzed selected methods in our environment.
3: % It is challenging to build goal-oriented computer agents for text-based games, especially when we use step-wise feedback as the only text input for the model.
4: % Moreover, it is hard for agents to provide replies with flexible length and form by valuing from a much larger text input space.
5: % In this paper, we extend feature learning to the relevance of action and state space under Reinforcement Learning(RL) framework. We propose a new RL agent that effectively learns from limited game information, by aligning action text with key words in observation text.
6: % First, we leverage the shared features between text-based games’ state observation text and action text, by using an action-state attention module in our model. 
7: % We then design the model to work without any additional human knowledge such as rule-based knowledge graph or quest description. 
8: % % We propose a new way to give episodic context information to text-based game agents, which turns the information as an embedding, and feed it to the agent without modifying any agent text input. 
9: % We evaluate our model with benchmark models in conditions that are close to actual human gameplay, the experiment results show that our model have better performance and faster convergence in various game settings than the state-of-the-art models.
10: 
11: \end{abstract}
12: