Pinned Repositories
book-algorithm-solution-julia
『アルゴリズムとデータ構造』(大槻兼資著、秋葉拓哉監修; 講談社)という本を Julia で書き直しているプロジェクトです。
book-algorithm-solution-rust
『アルゴリズムとデータ構造』(大槻兼資著、秋葉拓哉監修; 講談社)という本を Rust で書き直しているプロジェクトです。
kelpnet-vgg
KelpNet implementation of VGG
kelpnet-vgg-transfer
KelpNet implementation of transfer learning using VGG
PathPlanning.jl
PathPlanning.jl is a framework for finding a path for robot or an agent to follow in order to reach a specific goal or detination.
PathPlanning.rs
pytorch-apex
PyTorch implementation of Ape-X DQN
pytorch-cma-es
PyTorch implementations of CMA-ES (Covariance Matrix Adaptation Evolution Strategy).
pytorch-openai-es
PyTorch implementations of OpenAI-ES.
pytorch-r2d2-DPG
PyTorch implementation of R2D2 (Recurrent Replay Distributed DPG (not DQN))
jinbeizame007's Repositories
jinbeizame007/pytorch-r2d2-DPG
PyTorch implementation of R2D2 (Recurrent Replay Distributed DPG (not DQN))
jinbeizame007/PathPlanning.jl
PathPlanning.jl is a framework for finding a path for robot or an agent to follow in order to reach a specific goal or detination.
jinbeizame007/pytorch-apex
PyTorch implementation of Ape-X DQN
jinbeizame007/pytorch-cma-es
PyTorch implementations of CMA-ES (Covariance Matrix Adaptation Evolution Strategy).
jinbeizame007/kelpnet-vgg
KelpNet implementation of VGG
jinbeizame007/kelpnet-vgg-transfer
KelpNet implementation of transfer learning using VGG
jinbeizame007/PathPlanning.rs
jinbeizame007/pytorch-dqn
PyTorch implementation of DQN (Deep Q-Network)
jinbeizame007/pytorch-xception
PyTorch implementation of Xception
jinbeizame007/book-algorithm-solution-julia
『アルゴリズムとデータ構造』(大槻兼資著、秋葉拓哉監修; 講談社)という本を Julia で書き直しているプロジェクトです。
jinbeizame007/book-algorithm-solution-rust
『アルゴリズムとデータ構造』(大槻兼資著、秋葉拓哉監修; 講談社)という本を Rust で書き直しているプロジェクトです。
jinbeizame007/pytorch-openai-es
PyTorch implementations of OpenAI-ES.
jinbeizame007/DeepRL
jinbeizame007/github-readme-stats
:zap: Dynamically generated stats for your github readmes
jinbeizame007/NEAT
jinbeizame007/NumberPlace
jinbeizame007/pytorch-ddpg
PyTorch implementation of DDPG (Deep Deterministic Policy Gradient)
jinbeizame007/pytorch-sac
PyTorch implementation of SAC (Soft Actor-Critic)
jinbeizame007/simple_multi_processing
jinbeizame007/tensorflow-ppo
TensorFlow implementation of PPO (Proximal Policy Optimization)
jinbeizame007/TorchES
PyTorch wrapper of pycma.