deepeshmittal / AI-PacMan-ProjectsLinks
Implemented various AI algorithms in Pac-Man projects developed by UC Berkeley. Implemented informed/blind state-space search using search algorithms like BFS, DFS, UCS and A* algorithm with heuristic calculation. Designed an algorithm for reflex agent, minimax and alpha-beta pruning. Reinforcement Learning using MDP (Value Iteration and Policy …
☆24Updated 9 years ago
Alternatives and similar repositories for AI-PacMan-Projects
Users that are interested in AI-PacMan-Projects are comparing it to the libraries listed below
Sorting:
- Assignments for CS294-112 Deep Reinforcement Learning in UC Berkeley in Fall 2018☆16Updated 7 years ago
- Implementation of Scheduled Policy Optimization for task-oriented language grouding☆29Updated 7 years ago
- Code for paper "On Sampling Strategies for Neural Network-based Collaborative Filtering"☆39Updated 8 years ago
- Convolutional variational autoencoders and text-question, emoji-answer models☆11Updated 8 years ago
- ☆27Updated 8 years ago
- Series Algorithms of Deep Reinforcement Learning, such as DQN, DDQN, one-step-DQN, DDPG, etc☆43Updated 9 years ago
- Reimplementation of NLP Style Transfer from Non-parallel Text with Adversarial Alignment (https://arxiv.org/abs/1705.09655)☆14Updated 4 years ago
- This project demonstrates the use of generic bi-directional LSTM models for predicting importance of words in a spoken dialgoue for under…☆10Updated 2 years ago
- Service Classification based on Service Description☆38Updated 4 years ago
- This project contains several Deep Reinforcement Learning method and some experiments basd on OpenAi gym.☆19Updated 8 years ago
- Sorting numbers with pointer networks☆55Updated 7 years ago
- This is a python and keras implementation of the VIS+LSTM visual question answering model.☆46Updated 9 years ago
- Contextual LSTM for NLP tasks like word prediction and word embedding creation for Deep Learning☆28Updated 6 years ago
- Collaborative Deep Reinforcement Learning☆31Updated 8 years ago
- My solutions to Berkeley's CS294 (Deep Reinforcement Learning) Homework☆36Updated 7 years ago
- Viterbi Algorithm for HMM☆30Updated 6 years ago
- Conditional Sequence Generative Adversarial Network trained with policy gradient, Implementation in Tensorflow☆49Updated 7 years ago
- Code for Paper Abstract Writing through Editing Mechanism☆73Updated 4 years ago
- Improved Training of Wasserstein GANs for Text Generation☆23Updated 8 years ago
- Implementations of popular deep learning models in Theano+Lasagne☆24Updated 8 years ago
- Distributed Tensorflow Implementation of Asynchronous Methods for Deep Reinforcement Learning☆29Updated 8 years ago
- Code accompanying End-to-End Information Extraction without Token-Level Supervision☆37Updated 8 years ago
- Coursera Natural Language Processing by Michael Collins Columbia University☆32Updated 5 years ago
- Natural Language Procesing☆35Updated 4 years ago
- ☆13Updated 8 years ago
- ☆37Updated 8 years ago
- Full Chainer implementation of OpenAI's Reinforcement Learning using Random Network Distillation☆32Updated 6 years ago
- Attention is All You Need in Sonnet☆38Updated 8 years ago
- 一些不同的Attention机制代码☆19Updated 6 years ago
- Duel_DDQN (Dueling Network Architectures + Double DQN) using Keras☆31Updated 9 years ago