Skip to content

[Question] QuadCopter training with camera #1451

Answered by Toni-SM
JulienHansen asked this question in Q&A
Discussion options

You must be logged in to vote

Well, I asked for an initial network structure to get an idea of a possible skrl configuration definition.
Again, if you are going to use skrl you need to use the version 1.4.0 (not released yet): develop branch.

./isaaclab.sh -p -m pip install git+https://github.com/Toni-SM/skrl.git@develop

Here is an example:

  • left network:

    network:
      - name: features_extractor
        input: permute(STATES["camera"], (0, 3, 1, 2))  # PyTorch NHWC -> NCHW
        layers:
          - conv2d: {out_channels: 32, kernel_size: 8, stride: 4, padding: 0}
          - conv2d: {out_channels: 64, kernel_size: 4, stride: 2, padding: 0}
          - conv2d: {out_channels: 64, kernel_size: 3, stride: 1, padding: 0}
          - flatten
        a…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@JulienHansen
Comment options

@Toni-SM
Comment options

@JulienHansen
Comment options

@Toni-SM
Comment options

Answer selected by JulienHansen
@JulienHansen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1445 on November 22, 2024 14:55.