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:
- *SEM 2018: Learning Distributed Event Representations with a Multi-Task Approach☆21Updated 7 years ago
- Service Classification based on Service Description☆38Updated 4 years ago
- Contextual LSTM for NLP tasks like word prediction and word embedding creation for Deep Learning☆28Updated 6 years ago
- Viterbi Algorithm for HMM☆30Updated 6 years ago
- Implementation of Scheduled Policy Optimization for task-oriented language grouding☆29Updated 7 years ago
- A TensorFlow implementation of "QANet: Combining Local Convolution with Global Self-Attention for Reading Comprehension"☆31Updated 7 years ago
- Sorting numbers with pointer networks☆55Updated 7 years ago
- Used LSTM on Flickr dataset☆12Updated 7 years ago
- Improved Training of Wasserstein GANs for Text Generation☆23Updated 8 years ago
- The code for our submission in Kaggle's competition Quora Question Pairs which ranked in the top 25%.☆30Updated 5 years ago
- Generating Text through Adversarial Training(GAN) using Skip-Thought Vectors☆45Updated 4 years ago
- LSTM-based model for answer selection☆18Updated 7 years ago
- Accompanying notebook for the Entailment with Tensorflow article.☆82Updated 6 years ago
- ☆14Updated 7 years ago
- Developing different methods for expanding a query/topic in information retrieval and choosing the best expanded query using similarity m…☆11Updated 8 years ago
- ☆19Updated 9 years ago
- Tensorflow implementation of multi-task learning for language modeling and text classification.☆31Updated 3 years ago
- Links to Machine Learning Blogs☆12Updated 5 years ago
- Pytorch implementation of Human-Level Control through Deep Reinforcement Learning☆11Updated 8 years ago
- ☆37Updated 8 years ago
- Pytorch implementation of "A Deep Reinforced Model for Abstractive Summarization"(https://arxiv.org/abs/1705.04304)☆18Updated 8 years ago
- Train, save and serve a linear regression model in TensorFlow☆32Updated 5 years ago
- Code for Paper Abstract Writing through Editing Mechanism☆73Updated 4 years ago
- Pointer Networks Implementation in Keras☆155Updated 3 years ago
- 运用cnn + highway network网络结构中文文本分类☆14Updated 8 years ago
- PyTorch study☆14Updated 8 years ago
- Augmenting word embeddings with their surrounding context using bidirectional RNN☆60Updated 5 years ago
- A deep reinforcement learning approach to search engine ranking (PyTorch). Final Project for UC Berkeley's CS 285: Deep Reinforcement Lea…☆27Updated last year
- The code used fine-tuning of BERT(Transformer Neural Network Architecture)to accurately pick the correct answer among ten choices that be…☆12Updated 6 years ago
- Attention is All You Need in Sonnet☆38Updated 8 years ago