Skip to content

The PPO model provided only supports black and white image input? #81

Closed
@XBLDev

Description

@XBLDev

Hi

The CNN in the PPO seems to only support black and white? The code in models.py:

self.observation_in = tf.placeholder(shape=[None, o_size_h, o_size_w, 1], dtype=tf.float32, name='observation_0')

It should be easy enough to fix, just wondering is that just my misunderstanding?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions