摘要: 代码来源于:https://www.cnblogs.com/huangyc/p/10327209.html ,本人只是简介学习 1、 贝叶斯.py import numpy as np from word_utils import * class NaiveBayesBase(object): de 阅读全文
posted @ 2019-06-18 15:27 小白啊小白,Fighting 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 1、知识点 2、Bellman优化目标 3、bellman案例,gridworld.py和ValueIteration.py import numpy as np import sys from gym.envs.toy_text import discrete UP = 0 RIGHT = 1 D 阅读全文
posted @ 2019-06-18 14:38 小白啊小白,Fighting 阅读(1949) 评论(0) 推荐(0) 编辑
摘要: 1、知识点 2、代码 # coding: utf-8 import numpy as np import tensorflow as tf import pickle import matplotlib.pyplot as plt get_ipython().run_line_magic('matp 阅读全文
posted @ 2019-06-18 09:06 小白啊小白,Fighting 阅读(969) 评论(0) 推荐(0) 编辑