运行每一个文件都有不同bug:train_dqfd.py vs cannot import name ‘experiments‘ from ‘chainerrl‘ (unknown location)

python train_dqfd.pyTraceback (most recent call last): File "train_dqfd.py", line 28, in <module> from chainerrl import experiments, explorersImportError: cannot import name 'experiments' from 'chainerrl' (unknown location)
摘要由CSDN通过智能技术生成
python train_dqfd.py
Traceback (most recent call last):
  File "train_dqfd.py", line 28, in <module>
    from chainerrl import experiments, explorers
ImportError: cannot import name 'experiments' from 'chainerrl' (unknown location)

是弄docker呢还是看论文呢

乱七八糟,山穷水尽了

  1. 要求
    一套竞争和非竞争基线提供矿。你需要写一个关于算法的简要总结,以及你选择的每个基线的比赛结果(奖励)。

至少两个基线具体所指是什么?所有的基线在哪儿。

  1. 这个专家数据集在哪里下载?
    Getting started
    Dataset download
    In order to run the Behavoral Cloning, GAIL and DQfD agents, you need to download expert dataset into an appropriate location (by default, baselines/expert_dataset).

  2. [baselines/dddqn.sh] 又如何训练?
    Training
    [baselines/dddqn.sh]
    Double Dueling DQN (DDDQN), with implementation and hyperparameters as described in the proposal paper (code: here and here).
    [baselines/rainbow.sh]
    Rainbow
    [baselines/ppo.sh]
    PPO
    [baselines/behavoral_cloning.sh]
    Behavoral Cloning (BC)
    [baselines/gail.sh]
    GAIL
    [baselines/dqfd.sh]
    DQfD

  3. chanerrl算集中的一个基线模型
    competition/ # Baseline submissions for NeurIPS comp (MineRLObtainDiamond-v0)
    random_agent/ # git submodule, forks minerllabs/aicrowd_submission_template
    dqn_baseline/ # git submodule, forks ^^
    […]

general/ # General baselines for the 6+ minerl environments!
chainerrl/ # Baselines written in the Chainer RL framework
[…]

  1. 下载数据失败
    (base) [ec2-user@ip- workspace]$ python
    Python 3.7.3 (default, Mar 27 2019, 22:11:17)
    [GCC 7.3.0] :: Anaconda, Inc. on linux
    Type “help”, “copyright”, “credits” or “license” for more information.

import minerl
import gym
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘gym’

cd minerl
File “”, line 1
cd minerl
^
SyntaxError: invalid syntax

exit()
(base) [ec2-user@ip- workspace]$ cd minerl
(base) [ec2-user@ip- minerl]$ sudo python setup.py install
Traceback (most recent call last):
File “setup.py”, line 5, in
import pathlib
ImportError: No module named pathlib
(base) [ec2-user@ip- minerl]$ git clone git

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值